public class SchemaDebugUtil extends Object
Constructor and Description |
---|
SchemaDebugUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
debugDump(Collection<? extends DebugDumpable> dumpables) |
static String |
debugDump(Collection<? extends DebugDumpable> dumpables,
int indent) |
static String |
debugDump(ObjectType objectType,
int indent) |
static <K,V extends DebugDumpable> |
debugDumpMapMultiLine(StringBuilder sb,
Map<K,V> map,
int indent) |
static <K,V> void |
debugDumpMapSingleLine(StringBuilder sb,
Map<K,V> map,
int indent) |
static String |
debugDumpXsdAnyProperties(Collection<?> xsdAnyCollection,
int indent) |
static <K,V extends DebugDumpable> |
dumpMapMultiLine(Map<K,V> map) |
static void |
indentDebugDump(StringBuilder sb,
int indent) |
static String |
prettyPrint(AssignmentType assignmentType) |
static String |
prettyPrint(Collection<?> collection) |
static String |
prettyPrint(ConstructionType act) |
static String |
prettyPrint(Element element) |
static String |
prettyPrint(Element element,
boolean displayTag) |
static String |
prettyPrint(com.evolveum.prism.xml.ns._public.types_3.ItemDeltaType change) |
static String |
prettyPrint(JAXBElement<?> element) |
static String |
prettyPrint(List<Element> list)
Assumes that all elements in the lists have the same QName
|
static String |
prettyPrint(Node node) |
static String |
prettyPrint(Object value) |
static String |
prettyPrint(ObjectListType list) |
static String |
prettyPrint(com.evolveum.midpoint.prism.query.ObjectQuery query) |
static String |
prettyPrint(ObjectReferenceType ref) |
static String |
prettyPrint(ObjectType object) |
static String |
prettyPrint(OperationResultType resultType) |
static String |
prettyPrint(com.evolveum.prism.xml.ns._public.query_3.PagingType paging) |
static String |
prettyPrint(PropertyReferenceListType reflist) |
static String |
prettyPrint(com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType protectedStringType) |
static String |
prettyPrint(QName qname) |
static String |
prettyPrint(ResourceAttributeDefinitionType vc) |
static String |
prettyPrint(SynchronizationSituationDescriptionType syncDescType) |
static String |
prettyPrint(UnknownJavaObjectType xml) |
public static String debugDump(Collection<? extends DebugDumpable> dumpables)
public static String debugDump(Collection<? extends DebugDumpable> dumpables, int indent)
public static String debugDumpXsdAnyProperties(Collection<?> xsdAnyCollection, int indent)
public static void indentDebugDump(StringBuilder sb, int indent)
public static <K,V extends DebugDumpable> String dumpMapMultiLine(Map<K,V> map)
public static <K,V extends DebugDumpable> void debugDumpMapMultiLine(StringBuilder sb, Map<K,V> map, int indent)
public static <K,V> void debugDumpMapSingleLine(StringBuilder sb, Map<K,V> map, int indent)
public static String debugDump(ObjectType objectType, int indent)
public static String prettyPrint(Collection<?> collection)
public static String prettyPrint(AssignmentType assignmentType)
public static String prettyPrint(ConstructionType act)
public static String prettyPrint(ResourceAttributeDefinitionType vc)
public static String prettyPrint(ObjectReferenceType ref)
public static String prettyPrint(PropertyReferenceListType reflist)
public static String prettyPrint(ObjectType object)
public static String prettyPrint(com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType protectedStringType)
public static String prettyPrint(OperationResultType resultType)
public static String prettyPrint(com.evolveum.prism.xml.ns._public.types_3.ItemDeltaType change) throws SchemaException
SchemaException
public static String prettyPrint(List<Element> list)
list
- public static String prettyPrint(ObjectListType list)
public static String prettyPrint(com.evolveum.prism.xml.ns._public.query_3.PagingType paging)
public static String prettyPrint(SynchronizationSituationDescriptionType syncDescType)
public static String prettyPrint(JAXBElement<?> element)
public static String prettyPrint(UnknownJavaObjectType xml)
public static String prettyPrint(com.evolveum.midpoint.prism.query.ObjectQuery query)
Copyright © 2016 Evolveum. All rights reserved.