Class IdC1Configuration
java.lang.Object
com.io7m.idstore.server.service.configuration.v1.IdC1Configuration
- All Implemented Interfaces:
- com.io7m.blackthorne.core.BTElementHandlerType<Object,- IdServerConfigurationFile> 
public final class IdC1Configuration
extends Object
implements com.io7m.blackthorne.core.BTElementHandlerType<Object,IdServerConfigurationFile> 
The root configuration parser.
- 
Constructor SummaryConstructorsConstructorDescriptionIdC1Configuration(com.io7m.blackthorne.core.BTElementParsingContextType context) The root configuration parser.
- 
Method SummaryModifier and TypeMethodDescriptionMap<com.io7m.blackthorne.core.BTQualifiedName, com.io7m.blackthorne.core.BTElementHandlerConstructorType<?, ?>> onChildHandlersRequested(com.io7m.blackthorne.core.BTElementParsingContextType context) voidonChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, Object result) onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.blackthorne.core.BTElementHandlerTypemap, name, onCharacters, onElementStart, onShouldIgnoreUnrecognizedElements
- 
Constructor Details- 
IdC1Configurationpublic IdC1Configuration(com.io7m.blackthorne.core.BTElementParsingContextType context) The root configuration parser.- Parameters:
- context- The context
 
 
- 
- 
Method Details- 
onChildHandlersRequestedpublic Map<com.io7m.blackthorne.core.BTQualifiedName,com.io7m.blackthorne.core.BTElementHandlerConstructorType<?, onChildHandlersRequested?>> (com.io7m.blackthorne.core.BTElementParsingContextType context) - Specified by:
- onChildHandlersRequestedin interface- com.io7m.blackthorne.core.BTElementHandlerType<Object,- IdServerConfigurationFile> 
 
- 
onChildValueProducedpublic void onChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, Object result) - Specified by:
- onChildValueProducedin interface- com.io7m.blackthorne.core.BTElementHandlerType<Object,- IdServerConfigurationFile> 
 
- 
onElementFinishedpublic IdServerConfigurationFile onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context) - Specified by:
- onElementFinishedin interface- com.io7m.blackthorne.core.BTElementHandlerType<Object,- IdServerConfigurationFile> 
 
 
-