Package fr.skytasul.reflection.shrieker
Class CustomMappings.CustomClassMapping
java.lang.Object
fr.skytasul.reflection.shrieker.CustomMappings.CustomClassMapping
- All Implemented Interfaces:
fr.skytasul.reflection.mappings.Mappings.ClassMapping,fr.skytasul.reflection.mappings.Mappings.MappedObject,Type
- Enclosing class:
CustomMappings
public static class CustomMappings.CustomClassMapping
extends Object
implements fr.skytasul.reflection.mappings.Mappings.ClassMapping
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordNested classes/interfaces inherited from interface fr.skytasul.reflection.mappings.Mappings.ClassMapping
fr.skytasul.reflection.mappings.Mappings.ClassMapping.ClassArrayType, fr.skytasul.reflection.mappings.Mappings.ClassMapping.FieldMapping, fr.skytasul.reflection.mappings.Mappings.ClassMapping.MethodMapping -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull String@NotNull StringinheritsFrom(@NotNull CustomMappings.CustomClassMapping classMapping) voidsetMappedName(@NotNull String mapped) voidsetOriginalName(@NotNull String original) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.skytasul.reflection.mappings.Mappings.ClassMapping
getArrayType, getTypeName
-
Constructor Details
-
CustomClassMapping
-
-
Method Details
-
getOriginalName
- Specified by:
getOriginalNamein interfacefr.skytasul.reflection.mappings.Mappings.MappedObject
-
setOriginalName
-
getMappedName
- Specified by:
getMappedNamein interfacefr.skytasul.reflection.mappings.Mappings.MappedObject
-
setMappedName
-
getFields
- Specified by:
getFieldsin interfacefr.skytasul.reflection.mappings.Mappings.ClassMapping
-
getMethods
- Specified by:
getMethodsin interfacefr.skytasul.reflection.mappings.Mappings.ClassMapping
-
inheritsFrom
public CustomMappings.CustomClassMapping inheritsFrom(@NotNull @NotNull CustomMappings.CustomClassMapping classMapping)
-