public final class MessageInterfaceFactory extends Object
MessageInterface
for annotation processors.Modifier and Type | Method | Description |
---|---|---|
static MessageInterface |
of(ProcessingEnvironment processingEnv,
TypeElement interfaceElement,
Properties expressionProperties,
boolean addGeneratedAnnotation) |
Creates a message interface from the
TypeElement specified by the
interfaceElement parameter. |
public static MessageInterface of(ProcessingEnvironment processingEnv, TypeElement interfaceElement, Properties expressionProperties, boolean addGeneratedAnnotation)
TypeElement
specified by the
interfaceElement
parameter.processingEnv
- the annotation processing environment.interfaceElement
- the interface element to parse.expressionProperties
- the properties used to resolve expressionsCopyright © 2018. All rights reserved.