Class MapValueValidator<V>
java.lang.Object
com.hypixel.hytale.codec.validation.validator.MapValueValidator<V>
- All Implemented Interfaces:
Validator<Map<?,,V>> BiConsumer<Map<?,V>, ValidationResults>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Map<?, V> 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
-
value
-
-
Constructor Details
-
MapValueValidator
-
-
Method Details
-
getValueValidator
-
accept
- Specified by:
acceptin interfaceBiConsumer<Map<?,V>, ValidationResults> - Specified by:
acceptin interfaceValidator<V>
-
updateSchema
- Specified by:
updateSchemain interfaceValidator<V>
-