Class PropertyId<T>
java.lang.Object
com.thaiopensource.util.PropertyId<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanget(PropertyMap map) Deprecated.final inthashCode()static <T> PropertyId<T> newInstance(String name, Class<T> valueClass) put(PropertyMapBuilder builder, T value) Deprecated.toString()
-
Constructor Details
-
PropertyId
-
-
Method Details
-
newInstance
-
getValueClass
-
hashCode
-
equals
-
toString
-
get
Deprecated. -
put
Deprecated.
-