Package com.evolveum.midpoint.util
Interface ShortDumpable
-
- All Known Subinterfaces:
AccessCertificationEvent,AssignmentPath,AssignmentPathSegment,CertCampaignEvent,CertCampaignStageEvent,CertReviewEvent,CustomEvent,DeltaSetTriple<T>,EvaluatedAssignment<AH>,EvaluationOrder,Event,ItemPath,LocalizableMessage,ModelEvent,PolicyRuleEvent,PrismReferenceValue,PrismValueDeltaSetTriple<V>,ResourceObjectEvent,TaskEvent,UniformItemPath,ValueMetadata,WorkflowEvent,WorkflowProcessEvent
- All Known Implementing Classes:
AbstractDelegatedPrismValueDeltaSetTriple,AssignedFocusMappingEvaluationRequest,AssignmentObjectRelation,AssignmentPathImpl,AssignmentPathSegmentImpl,AsynchronousOperationResult,AsynchronousOperationReturnValue,AuthorizationParameters,AutoassignRoleMappingEvaluationRequest,CachePerformanceCollector.CacheData,DeltaSetTripleImpl,EvaluatedAssignmentImpl,EvaluationOrderImpl,FocalMappingEvaluationRequest,GetOperationOptions,GuiProfiledPrincipal,ItemName,ItemPathImpl,ItemValueMetadataProcessingSpec,LocalizableMessageList,MidPointPrincipal,ObjectSelector,OperationPerformanceInformation,OperationResult,PolyString,PolyStringNormalizerConfigurationType,PositiveNegativeItemPaths,PrismReferenceValueImpl,PrismValueDeltaSetTripleImpl,ProvisioningOperationOptions,RawType,RepoAddOptions,RepoModifyOptions,ResourceShadowDiscriminator,SearchResultList,SearchResultMetadata,SelectorOptions,SingleLocalizableMessage,SingleOperationPerformanceInformation,Source,SourceTriple,TemplateMappingEvaluationRequest,TypedValue,UndefinedEvaluationOrderImpl,ValidationItem,ValueMetadataAdapter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ShortDumpable
- Author:
- Radovan Semancik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringshortDump()voidshortDump(StringBuilder sb)Show the content of the object intended for diagnostics.default ObjectshortDumpLazily()
-
-
-
Method Detail
-
shortDump
void shortDump(StringBuilder sb)
Show the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Parameters:
sb- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-
shortDump
default String shortDump()
-
shortDumpLazily
default Object shortDumpLazily()
-
-