Uses of Interface
tech.guilhermekaua.spigotboot.core.validation.PropertyPath
Packages that use PropertyPath
-
Uses of PropertyPath in tech.guilhermekaua.spigotboot.core.validation
Classes in tech.guilhermekaua.spigotboot.core.validation that implement PropertyPathModifier and TypeClassDescriptionfinal classRepresents an immutable path through the configuration tree.Methods in tech.guilhermekaua.spigotboot.core.validation that return PropertyPathModifier and TypeMethodDescription@NotNull PropertyPathCreates a child path by appending a segment.@NotNull PropertyPathValidationError.getPath()Gets the property path to the invalid value.static @NotNull PropertyPathCreates a path from the given elements.@NotNull PropertyPathPropertyPath.parent()Returns the parent path.static @NotNull PropertyPathParses a dot-separated path string.static @NotNull PropertyPathPropertyPath.root()Returns the root path (empty path).Methods in tech.guilhermekaua.spigotboot.core.validation with parameters of type PropertyPathModifier and TypeMethodDescription@NotNull ValidationResultDefaultValidator.validate(@NotNull Object object, @NotNull PropertyPath basePath) @NotNull ValidationResultValidator.validate(@NotNull Object object, @NotNull PropertyPath basePath) Validates an object at a specific path context.Constructors in tech.guilhermekaua.spigotboot.core.validation with parameters of type PropertyPathModifierConstructorDescriptionValidationError(@NotNull PropertyPath path, @NotNull String fieldName, @Nullable Object invalidValue, @NotNull String message, boolean failFast, @Nullable String suggestedFix) Creates a new validation error.