Class ArrayClazz
java.lang.Object
dev.quantumfusion.hyphen.scan.type.Clazz
dev.quantumfusion.hyphen.scan.type.ArrayClazz
-
Field Summary
FieldsFields inherited from class dev.quantumfusion.hyphen.scan.type.Clazz
aClass, annotations, handler -
Constructor Summary
ConstructorsConstructorDescriptionArrayClazz(SerializerHandler<?,?> handler, @NotNull Class<?> aClass, Map<Class<? extends Annotation>,Object> annotations, Clazz component) -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayClazzcreate(SerializerHandler<?,?> handler, AnnotatedType array, @Nullable Clazz ctx, Direction dir)intdefined()booleaninthashCode()toString()Methods inherited from class dev.quantumfusion.hyphen.scan.type.Clazz
asSub, containsAnnotation, create, define, getAnnotationValue, getBytecodeClass, getDefinedClass, getFields
-
Field Details
-
component
-
-
Constructor Details
-
ArrayClazz
public ArrayClazz(SerializerHandler<?,?> handler, @NotNull @NotNull Class<?> aClass, Map<Class<? extends Annotation>,Object> annotations, Clazz component)
-
-
Method Details
-
create
public static ArrayClazz create(SerializerHandler<?,?> handler, AnnotatedType array, @Nullable @Nullable Clazz ctx, Direction dir) -
defined
public int defined() -
toString
-
equals
-
hashCode
public int hashCode()
-