Package com.github.mizool.core
Class Identifier<T>
- java.lang.Object
-
- com.github.mizool.core.Identifier<T>
-
- All Implemented Interfaces:
Serializable
public class Identifier<T> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentifier.IdentifierBuilder<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)static <T> Identifier.IdentifierBuilder<T>forPojo(Class<T> pojoClass)@NonNull Class<T>getPojoClass()@NonNull StringgetValue()inthashCode()StringtoString()
-
-
-
Method Detail
-
forPojo
public static <T> Identifier.IdentifierBuilder<T> forPojo(Class<T> pojoClass)
-
getValue
@NonNull public @NonNull String getValue()
-
canEqual
protected boolean canEqual(Object other)
-
-