com.fasterxml.jackson.databind.deser.impl

Class InnerClassProperty

  • All Implemented Interfaces:
    BeanProperty, Named, Serializable


    public final class InnerClassProperty
    extends SettableBeanProperty
    This sub-class is used to handle special case of value being a non-static inner class. If so, we will have to use a special alternative for default constructor; but otherwise can delegate to regular implementation.
    See Also:
    Serialized Form

Copyright © 2008–2015 FasterXML. All rights reserved.