public class SchemaDebugUtil extends Object
Constructor and Description |
---|
SchemaDebugUtil() |
public static String dumpJaxbObject(Object jaxbObject, String elementLocalName, PrismContext prismContext)
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(ProtectedStringType protectedStringType)
public static String prettyPrint(OperationResultType resultType)
public static String prettyPrint(ItemDeltaType change)
public static String prettyPrint(List<Element> list)
list
- public static String prettyPrint(ObjectListType list)
public static String prettyPrint(PagingType paging)
public static String prettyPrint(JAXBElement<?> element)
public static String prettyPrint(UnknownJavaObjectType xml)
public static String prettyPrint(ObjectQuery query)
Copyright © 2013 evolveum. All rights reserved.