This commit is contained in:
@@ -96,6 +96,11 @@ public class CollectionEncoder<T> implements Encodeable<Writer, Collection<T>> {
|
|||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return this.getClass().getSimpleName() + "{componentType:" + this.type + ", encoder:" + this.componentEncoder + "}";
|
||||||
|
}
|
||||||
|
|
||||||
public Encodeable<Writer, Object> getComponentEncoder() {
|
public Encodeable<Writer, Object> getComponentEncoder() {
|
||||||
return componentEncoder;
|
return componentEncoder;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user