public abstract class ParserConfigurationAdapter extends Object implements com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
String |
getSimpleName(ConfigurationType type) |
String |
getTypeName(ConfigurationType type) |
void |
registerDeclaredClasses(ConfigurationType type) |
void |
registerDeclaredConstructors(ConfigurationType type) |
void |
registerDeclaredFields(ConfigurationType type) |
void |
registerDeclaredMethods(ConfigurationType type) |
void |
registerPublicClasses(ConfigurationType type) |
void |
registerPublicConstructors(ConfigurationType type) |
void |
registerPublicFields(ConfigurationType type) |
void |
registerPublicMethods(ConfigurationType type) |
public void registerPublicClasses(ConfigurationType type)
registerPublicClasses in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>public void registerDeclaredClasses(ConfigurationType type)
registerDeclaredClasses in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>public void registerPublicFields(ConfigurationType type)
registerPublicFields in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>public void registerDeclaredFields(ConfigurationType type)
registerDeclaredFields in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>public void registerPublicMethods(ConfigurationType type)
registerPublicMethods in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>public void registerDeclaredMethods(ConfigurationType type)
registerDeclaredMethods in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>public void registerPublicConstructors(ConfigurationType type)
registerPublicConstructors in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>public void registerDeclaredConstructors(ConfigurationType type)
registerDeclaredConstructors in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>public String getTypeName(ConfigurationType type)
getTypeName in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>public String getSimpleName(ConfigurationType type)
getSimpleName in interface com.oracle.svm.hosted.config.ReflectionConfigurationParserDelegate<ConfigurationType>