Class Hierarchy
- java.lang.Object
- dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction.PostParser<R,
I, T, P1, P2> (implements dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction<R, T>) - dev.sympho.modular_commands.utils.parse.UrlParser.PostParser<I,
T, P1, P2> (implements dev.sympho.modular_commands.utils.parse.UrlParser<T>) - dev.sympho.modular_commands.utils.parse.FunctorUrlParser.PostParser<I,
T, P1, P2> (implements dev.sympho.modular_commands.utils.parse.FunctorUrlParser<T>)
- dev.sympho.modular_commands.utils.parse.FunctorUrlParser.PostParser<I,
- dev.sympho.modular_commands.utils.parse.UrlParser.PostParser<I,
- dev.sympho.modular_commands.utils.parse.ParseUtils
- java.lang.Record
- dev.sympho.modular_commands.utils.parse.StringAdapter<R,
T> (implements dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction<R, T>) - dev.sympho.modular_commands.utils.parse.TryParser.Failure<R,
T> (implements dev.sympho.modular_commands.utils.parse.TryParser.Result<R, T>) - dev.sympho.modular_commands.utils.parse.TryParser.Success<R,
T> (implements dev.sympho.modular_commands.utils.parse.TryParser.Result<R, T>)
- dev.sympho.modular_commands.utils.parse.StringAdapter<R,
- dev.sympho.modular_commands.utils.parse.UrlParser.ChoiceBase<T,
P> (implements dev.sympho.modular_commands.utils.parse.UrlParser<T>) - dev.sympho.modular_commands.utils.parse.FunctorUrlParser.ChoiceBase<T,
P> (implements dev.sympho.modular_commands.utils.parse.FunctorUrlParser<T>) - dev.sympho.modular_commands.utils.parse.FunctorUrlParser.Choice<T>
- dev.sympho.modular_commands.utils.parse.UrlParser.Choice<T>
- dev.sympho.modular_commands.utils.parse.FunctorUrlParser.ChoiceBase<T,
- dev.sympho.modular_commands.utils.parse.UrlParserUtils
- dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction.PostParser<R,
Interface Hierarchy
- java.util.function.BiFunction<T,
U, R> - dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction<R,
T> - dev.sympho.modular_commands.utils.parse.TryParser<R,
T> - dev.sympho.modular_commands.utils.parse.UrlParser<T>
- dev.sympho.modular_commands.utils.parse.FunctorUrlParser<T>
- dev.sympho.modular_commands.utils.parse.TryParser<R,
- dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction<R,
- java.util.function.Function<T,
R> - dev.sympho.modular_commands.utils.parse.RawParser<R>
- dev.sympho.modular_commands.utils.parse.TryParser.Result<R,
T>