Uses of Enum
org.eclipse.yasson.internal.deserializer.PositionChecker.Checker
Packages that use PositionChecker.Checker
-
Uses of PositionChecker.Checker in org.eclipse.yasson.internal.deserializer
Methods in org.eclipse.yasson.internal.deserializer that return PositionChecker.CheckerModifier and TypeMethodDescriptionstatic PositionChecker.CheckerReturns the enum constant of this type with the specified name.static PositionChecker.Checker[]PositionChecker.Checker.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.yasson.internal.deserializer with parameters of type PositionChecker.CheckerModifierConstructorDescriptionPositionChecker(ModelDeserializer<jakarta.json.stream.JsonParser> delegate, Type rType, PositionChecker.Checker checker) Create new instance.