public class UpdateStateMethodExtractor
extends java.lang.Object
OnUpdateState
from the given input.Constructor and Description |
---|
UpdateStateMethodExtractor() |
Modifier and Type | Method and Description |
---|---|
static ImmutableList<SpecMethodModel<UpdateStateMethod,java.lang.Void>> |
getOnUpdateStateMethods(javax.lang.model.element.TypeElement typeElement,
java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> permittedInterStageInputAnnotations,
java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> permittedLayoutInterStageInputAnnotations,
javax.annotation.processing.Messager messager)
Get the delegate methods from the given
TypeElement . |
static ImmutableList<SpecMethodModel<UpdateStateMethod,java.lang.Void>> |
getOnUpdateStateWithTransitionMethods(javax.lang.model.element.TypeElement typeElement,
java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> permittedInterStageInputAnnotations,
java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> permittedLayoutInterStageInputAnnotations,
javax.annotation.processing.Messager messager)
Get the delegate methods from the given
TypeElement . |
public static ImmutableList<SpecMethodModel<UpdateStateMethod,java.lang.Void>> getOnUpdateStateMethods(javax.lang.model.element.TypeElement typeElement, java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> permittedInterStageInputAnnotations, java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> permittedLayoutInterStageInputAnnotations, javax.annotation.processing.Messager messager)
TypeElement
.public static ImmutableList<SpecMethodModel<UpdateStateMethod,java.lang.Void>> getOnUpdateStateWithTransitionMethods(javax.lang.model.element.TypeElement typeElement, java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> permittedInterStageInputAnnotations, java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> permittedLayoutInterStageInputAnnotations, javax.annotation.processing.Messager messager)
TypeElement
.