public class OperationNameGeneratorParams<T extends Member & AnnotatedElement> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationNameGeneratorParams.Builder<T extends Member & AnnotatedElement> |
| Modifier and Type | Method and Description |
|---|---|
static OperationNameGeneratorParams.Builder<Field> |
builderForField() |
static OperationNameGeneratorParams.Builder<Method> |
builderForMethod() |
AnnotatedType |
getDeclaringType() |
T |
getElement() |
Object |
getInstance() |
MessageBundle |
getMessageBundle() |
boolean |
isMethod() |
public static OperationNameGeneratorParams.Builder<Field> builderForField()
public static OperationNameGeneratorParams.Builder<Method> builderForMethod()
public T getElement()
public AnnotatedType getDeclaringType()
public Object getInstance()
public MessageBundle getMessageBundle()
public boolean isMethod()
Copyright © 2016–2018. All rights reserved.