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, waitgetApplicableResolvers, getApplicableResolversprotected 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)
ToStringResolverToStringResolver.getApplicableResolvers(Set)
returned the given resolver.resolveToString in interface ToStringResolverresolver - The resolver to resolve to a string value.public int getPriority()
ToStringResolvergetPriority in interface ToStringResolverprotected int maxSize()