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 class
RequestParserGenerator.HeaderStateMachine
protected class
RequestParserGenerator.VersionStateMachine
Methods in io.undertow.annotationprocessor with parameters of type AbstractParserGenerator.CustomStateMachine Modifier and Type Method Description protected void
AbstractParserGenerator. 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)
-