public static class BeanAttributesBuilder.BeanAttributesBuilderFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> BeanAttributesBuilder<T,AnnotatedField<T>> |
newBeanAttibutes(AnnotatedField<T> annotatedField) |
<T> BeanAttributesBuilder<T,AnnotatedMethod<T>> |
newBeanAttibutes(AnnotatedMethod<T> annotatedMethod) |
<T> BeanAttributesBuilder<T,AnnotatedType<T>> |
newBeanAttibutes(AnnotatedType<T> annotatedType) |
public <T> BeanAttributesBuilder<T,AnnotatedType<T>> newBeanAttibutes(AnnotatedType<T> annotatedType)
public <T> BeanAttributesBuilder<T,AnnotatedField<T>> newBeanAttibutes(AnnotatedField<T> annotatedField)
public <T> BeanAttributesBuilder<T,AnnotatedMethod<T>> newBeanAttibutes(AnnotatedMethod<T> annotatedMethod)
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.