polish
This commit is contained in:
parent
71cbd982e3
commit
503f69b960
|
|
@ -158,6 +158,8 @@ public class GenericBinder<M> implements Binder<M> {
|
|||
return results;
|
||||
}
|
||||
|
||||
// internal helpers
|
||||
|
||||
class BindingImpl implements Binding {
|
||||
|
||||
private Expression property;
|
||||
|
|
@ -335,7 +337,6 @@ public class GenericBinder<M> implements Binder<M> {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private EvaluationContext createEvaluationContext() {
|
||||
StandardEvaluationContext context = new StandardEvaluationContext();
|
||||
|
|
@ -345,6 +346,8 @@ public class GenericBinder<M> implements Binder<M> {
|
|||
return context;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private Class getAnnotationType(AnnotationFormatterFactory factory) {
|
||||
Class classToIntrospect = factory.getClass();
|
||||
while (classToIntrospect != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue