public class EnumMethodLambdaParameterTypeStateGetter extends Object implements EnumMethodLambdaParameterType
Constructor and Description |
---|
EnumMethodLambdaParameterTypeStateGetter(Class type,
String getterMethodName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getGetterMethodName()
Returns the name of the getter-method that the runtime invokes on the state object to obtain
the value of the lambda parameter
|
Class |
getType()
Returns the type of the value the lambda parameter assumes
|
public Class getType()
public String getGetterMethodName()
Copyright © 2005–2020. All rights reserved.