Package de.linusdev.lutils.struct.utils
Interface SSMUtils
public interface SSMUtils
Structure static methods utils-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic @NotNull StaticGeneratorgetGenerator(@NotNull Class<?> structClass, @Nullable Field errorField) static @NotNull StructureInfogetInfo(@NotNull Class<?> structClass, @Nullable FixedLength fl, @Nullable Field errorField, @Nullable StaticGenerator generator)
-
Method Details
-
getInfo
@NotNull static @NotNull StructureInfo getInfo(@NotNull @NotNull Class<?> structClass, @Nullable @Nullable FixedLength fl, @Nullable @Nullable Field errorField, @Nullable @Nullable StaticGenerator generator) -
getGenerator
@NotNull static @NotNull StaticGenerator getGenerator(@NotNull @NotNull Class<?> structClass, @Nullable @Nullable Field errorField)
-