Package hydra.mantle
Class CaseConvention.Pascal
- java.lang.Object
-
- hydra.mantle.CaseConvention
-
- hydra.mantle.CaseConvention.Pascal
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CaseConvention
public static final class CaseConvention.Pascal extends CaseConvention implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.mantle.CaseConvention
CaseConvention.Camel, CaseConvention.LowerSnake, CaseConvention.PartialVisitor<R>, CaseConvention.Pascal, CaseConvention.UpperSnake, CaseConvention.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.mantle.CaseConvention
FIELD_NAME_CAMEL, FIELD_NAME_LOWER_SNAKE, FIELD_NAME_PASCAL, FIELD_NAME_UPPER_SNAKE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Pascal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(CaseConvention.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(CaseConvention.Visitor<R> visitor)
- Specified by:
accept
in classCaseConvention
-
-