public abstract class AbstractRenderer extends Object implements Renderer
| Constructor and Description |
|---|
AbstractRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
escape(String input) |
protected static void |
forEach(Object arrayOrCollection,
Consumer<Object> predicate) |
protected List<de.minee.rest.renderer.AbstractRenderer.Entry> |
getFields(Object object) |
protected static boolean |
isBaseClass(Class<?> cls) |
protected static boolean |
isDirectPrintable(Class<?> cls) |
protected static boolean |
isNumber(Class<?> cls) |
protected String |
toString(de.minee.rest.renderer.AbstractRenderer.Entry entry)
Applies the toString method on the value Object of entry.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforCreate, forEdit, getContentType, renderprotected static boolean isDirectPrintable(Class<?> cls)
protected static boolean isNumber(Class<?> cls)
protected static boolean isBaseClass(Class<?> cls)
protected String toString(de.minee.rest.renderer.AbstractRenderer.Entry entry)
entry - Value of a FieldCopyright © 2019. All rights reserved.