public static class AnnotatedFieldAssembler.Builder extends Object implements org.apache.commons.lang3.builder.Builder<AnnotatedFieldAssembler>
Constructor and Description |
---|
AnnotatedFieldAssembler.Builder(Class<?> type,
Class<? extends Annotation> annotation) |
Modifier and Type | Method and Description |
---|---|
AnnotatedFieldAssembler |
build() |
AnnotatedFieldAssembler.Builder |
comparator(Comparator<Field> comparator) |
Class<? extends Annotation> |
getAnnotation() |
Comparator<Field> |
getComparator() |
Class<?> |
getType() |
void |
setComparator(Comparator<Field> comparator) |
public AnnotatedFieldAssembler.Builder(Class<?> type, Class<? extends Annotation> annotation)
public AnnotatedFieldAssembler.Builder comparator(Comparator<Field> comparator)
public AnnotatedFieldAssembler build()
build
in interface org.apache.commons.lang3.builder.Builder<AnnotatedFieldAssembler>
public Comparator<Field> getComparator()
public void setComparator(Comparator<Field> comparator)
public Class<? extends Annotation> getAnnotation()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.