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