Uses of Class
net.obvj.confectory.util.Property
-
Packages that use Property Package Description net.obvj.confectory.util Utility classes in general. -
-
Uses of Property in net.obvj.confectory.util
Methods in net.obvj.confectory.util with parameters of type Property Modifier and Type Method Description static StringPropertyUtils. getPropertyKey(Property property)Safely returns the property key defined in the@Propertyannotation, or an empty string if the annotation is null.static StringPropertyUtils. getPropertyKeyOrFieldName(Property property, Field field)Returns either the property key specified in the@Propertyannotation or, if not present, the field name.static ObjectPropertyUtils. parseValue(String string, Class<?> targetType, Property property, ObjectFactory objectFactory)Parse the specified value into an object of the specified type.
-