public static class OperationNameGeneratorParams.Builder<T extends Member & AnnotatedElement> extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OperationNameGeneratorParams<T> |
build() |
OperationNameGeneratorParams.Builder<T> |
withDeclaringType(AnnotatedType declaringType) |
OperationNameGeneratorParams.Builder<T> |
withElement(T element) |
OperationNameGeneratorParams.Builder<T> |
withInstance(Object instance) |
OperationNameGeneratorParams.Builder<T> |
withMessageBundle(MessageBundle messageBundle) |
public OperationNameGeneratorParams.Builder<T> withElement(T element)
public OperationNameGeneratorParams.Builder<T> withDeclaringType(AnnotatedType declaringType)
public OperationNameGeneratorParams.Builder<T> withInstance(Object instance)
public OperationNameGeneratorParams.Builder<T> withMessageBundle(MessageBundle messageBundle)
public OperationNameGeneratorParams<T> build()
Copyright © 2016–2018. All rights reserved.