Package com.evolveum.midpoint.prism
Interface Hacks
- All Known Implementing Classes:
- HacksImpl
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 SummaryModifier and TypeMethodDescription<T> voidparseProtectedType(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
 
 
-