Class EndpointTypeConverter
java.lang.Object
org.keycloak.client.registration.cli.aesh.EndpointTypeConverter
- All Implemented Interfaces:
org.jboss.aesh.cl.converter.Converter<EndpointType,org.jboss.aesh.console.command.converter.ConverterInvocation>
public class EndpointTypeConverter
extends Object
implements org.jboss.aesh.cl.converter.Converter<EndpointType,org.jboss.aesh.console.command.converter.ConverterInvocation>
- Author:
- Marko Strukelj
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(org.jboss.aesh.console.command.converter.ConverterInvocation converterInvocation)
-
Constructor Details
-
EndpointTypeConverter
public EndpointTypeConverter()
-
-
Method Details
-
convert
public EndpointType convert(org.jboss.aesh.console.command.converter.ConverterInvocation converterInvocation) throws org.jboss.aesh.cl.validator.OptionValidatorException - Specified by:
convertin interfaceorg.jboss.aesh.cl.converter.Converter<EndpointType,org.jboss.aesh.console.command.converter.ConverterInvocation> - Throws:
org.jboss.aesh.cl.validator.OptionValidatorException
-