public final class MessageInterfaceFactory extends Object
MessageInterface
for annotation processors.Modifier and Type | Method and Description |
---|---|
static MessageInterface |
of(ProcessingEnvironment processingEnvironment,
TypeElement interfaceElement)
Creates a message interface from the
TypeElement specified by the interfaceElement parameter. |
public static MessageInterface of(ProcessingEnvironment processingEnvironment, TypeElement interfaceElement)
TypeElement
specified by the interfaceElement
parameter.processingEnvironment
- the annotation processing environment.interfaceElement
- the interface element to parse.Copyright © 2022 JBoss by Red Hat. All rights reserved.