Class RequiredMapKeysValidator<T>
java.lang.Object
com.hypixel.hytale.codec.validation.validator.RequiredMapKeysValidator<T>
- All Implemented Interfaces:
Validator<Map<T,,?>> BiConsumer<Map<T,?>, ValidationResults>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Map<T, ?> map, ValidationResults results) voidupdateSchema(SchemaContext context, Schema target) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Field Details
-
array
-
-
Constructor Details
-
RequiredMapKeysValidator
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<Map<T,?>, ValidationResults> - Specified by:
acceptin interfaceValidator<T>
-
updateSchema
- Specified by:
updateSchemain interfaceValidator<T>
-