Class PropertyId<T>
java.lang.Object
com.thaiopensource.util.PropertyId<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
get
(PropertyMap map) Deprecated.final int
hashCode()
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.
-