public abstract class PrimitiveArrayStringResolver extends java.lang.Object implements ToStringResolver
Modifier | Constructor and Description |
---|---|
protected |
PrimitiveArrayStringResolver(java.lang.String prefix,
java.lang.String suffix,
java.lang.String separator,
int priority) |
Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Get the priority assigned to this resolver.
|
protected int |
maxSize() |
java.util.Optional<java.lang.String> |
resolveToString(Resolver resolver)
Resolves the given resolver to a string value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getApplicableResolvers, getApplicableResolvers
protected PrimitiveArrayStringResolver(java.lang.String prefix, java.lang.String suffix, java.lang.String separator, int priority)
public java.util.Optional<java.lang.String> resolveToString(Resolver resolver)
ToStringResolver
ToStringResolver.getApplicableResolvers(Set)
returned the given resolver.resolveToString
in interface ToStringResolver
resolver
- The resolver to resolve to a string value.public int getPriority()
ToStringResolver
getPriority
in interface ToStringResolver
protected int maxSize()