Uses of Interface
io.undertow.annotationprocessor.AbstractParserGenerator.CustomStateMachine
-
-
Uses of AbstractParserGenerator.CustomStateMachine in io.undertow.annotationprocessor
Classes in io.undertow.annotationprocessor that implement AbstractParserGenerator.CustomStateMachine Modifier and Type Class Description protected classRequestParserGenerator.HeaderStateMachineprotected classRequestParserGenerator.VersionStateMachineMethods in io.undertow.annotationprocessor with parameters of type AbstractParserGenerator.CustomStateMachine Modifier and Type Method Description protected voidAbstractParserGenerator. createStateMachine(java.lang.String[] originalItems, java.lang.String className, org.jboss.classfilewriter.ClassFile file, org.jboss.classfilewriter.ClassMethod sctor, java.util.concurrent.atomic.AtomicInteger fieldCounter, java.lang.String methodName, AbstractParserGenerator.CustomStateMachine stateMachine, boolean expectNewline)
-