- java.lang.Object
-
- org.github.gestalt.config.token.Token
-
- org.github.gestalt.config.token.ObjectToken
-
public final class ObjectToken extends Token
Token that stores an objects by name.
-
-
Constructor Summary
Constructors Constructor Description ObjectToken(java.lang.String name)Create an Object Token with a name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()Get the name of the Object Token.inthashCode()
-