Package com.evolveum.midpoint.prism
Interface Hacks
public interface Hacks
TEMPORARY.
This interface belongs to a coursebook on Software Engineering as a horrific design example ;)
Prism API and/or client code should be modified to get rid of these hacks.
-
Method Summary
Modifier and TypeMethodDescription<T> void
parseProtectedType
(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc)
-
Method Details
-
parseProtectedType
<T> void parseProtectedType(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc) throws SchemaException - Throws:
SchemaException
-