Uses of Class
com.iizix.prop.BinderActions
Packages that use BinderActions Package Description com.iizix.prop Uses of BinderActions in com.iizix.prop
Methods in com.iizix.prop that return BinderActions Modifier and Type Method Description static BinderActions
PropBinder. populatePOJO(IPropBinder pojo, PropCnr container)
Populates an instance of a POJO with data from properties in a property container, skipping sub-containers, but without skipping non-found properties.static BinderActions
PropBinder. populatePOJO(IPropBinder pojo, PropCnr container, boolean doSkipProperty, int depth)
Populates an instance of a POJO with data from properties in a container.static BinderActions
PropBinder. populateProp(BinderActions ba, IPropBinder pojo, PropCnr container, int depth, boolean skipUnknownFields, boolean createNewProperties)
Populates a property from a POJO object.static BinderActions
PropBinder. populateProp(IPropBinder pojo, PropCnr container)
Populates a property from a POJO object.Methods in com.iizix.prop with parameters of type BinderActions Modifier and Type Method Description static BinderActions
PropBinder. populateProp(BinderActions ba, IPropBinder pojo, PropCnr container, int depth, boolean skipUnknownFields, boolean createNewProperties)
Populates a property from a POJO object.