Class ValidatorCache<T>

java.lang.Object
com.hypixel.hytale.codec.validation.ValidatorCache<T>

public class ValidatorCache<T> extends Object
  • Field Details

  • Constructor Details

    • ValidatorCache

      public ValidatorCache(Validator<T> validator)
  • Method Details

    • getValidator

      public Validator<T> getValidator()
    • getArrayValidator

      @Nonnull public ArrayValidator<T> getArrayValidator()
    • getArrayOfArrayValidator

      @Nonnull public ArrayValidator<T[]> getArrayOfArrayValidator()
    • getMapKeyValidator

      @Nonnull public MapKeyValidator<T> getMapKeyValidator()
    • getMapArrayKeyValidator

      @Nonnull public MapKeyValidator<T[]> getMapArrayKeyValidator()
    • getMapValueValidator

      @Nonnull public MapValueValidator<T> getMapValueValidator()
    • getMapArrayValueValidator

      @Nonnull public MapValueValidator<T[]> getMapArrayValueValidator()