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 class
Identifier.IdentifierBuilder<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
static <T> Identifier.IdentifierBuilder<T>
forPojo(Class<T> pojoClass)
@NonNull Class<T>
getPojoClass()
@NonNull String
getValue()
int
hashCode()
String
toString()
-
-
-
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)
-
-