Uses of Class
ws.schild.jave.encode.ArgType
-
Packages that use ArgType Package Description ws.schild.jave.encode -
-
Uses of ArgType in ws.schild.jave.encode
Fields in ws.schild.jave.encode declared as ArgType Modifier and Type Field Description private ArgTypePredicateArgument. argumentTypeprivate ArgTypeSimpleArgument. argumentTypeprivate ArgTypeValueArgument. argumentTypeprivate ArgTypeVideoFilterArgument. argumentTypeMethods in ws.schild.jave.encode that return ArgType Modifier and Type Method Description ArgTypeEncodingArgument. getArgType()ArgTypePredicateArgument. getArgType()ArgTypeSimpleArgument. getArgType()ArgTypeValueArgument. getArgType()ArgTypeVideoFilterArgument. getArgType()static ArgTypeArgType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArgType[]ArgType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ws.schild.jave.encode with parameters of type ArgType Constructor Description PredicateArgument(ArgType argType, java.lang.String argument1, java.lang.String argument2, java.util.function.Predicate<EncodingAttributes> predicate)PredicateArgument(ArgType argType, java.lang.String argument, java.util.function.Predicate<EncodingAttributes> predicate)SimpleArgument(ArgType argumentType, java.util.function.Function<EncodingAttributes,java.util.stream.Stream<java.lang.String>> getArguments)ValueArgument(ArgType argType, java.lang.String argumentName, java.util.function.Function<EncodingAttributes,java.util.Optional<java.lang.String>> valueGetter)VideoFilterArgument(ArgType argumentType, java.util.function.Function<EncodingAttributes,java.util.stream.Stream<java.lang.String>> getArguments)
-