Skip navigation links
A C D E F G H I N O P R S T V 

A

AdditionalPropertiesAdjuster - Class in org.raml.pojotoraml.plugins
Created.
AdditionalPropertiesAdjuster() - Constructor for class org.raml.pojotoraml.plugins.AdditionalPropertiesAdjuster
 
adjustComposedProperty(TypeDeclarationBuilder, Property, TypePropertyBuilder) - Method in class org.raml.pojotoraml.plugins.ChangeTypeName
 
adjustComposedProperty(TypeDeclarationBuilder, Property, TypePropertyBuilder) - Method in interface org.raml.pojotoraml.RamlAdjuster
You may change the property definition for a given composed type.
adjustComposedProperty(TypeDeclarationBuilder, Property, TypePropertyBuilder) - Method in class org.raml.pojotoraml.RamlAdjuster.Composite
 
adjustComposedProperty(TypeDeclarationBuilder, Property, TypePropertyBuilder) - Method in class org.raml.pojotoraml.RamlAdjuster.Helper
 
adjustEnumValue(Class<?>, String) - Method in interface org.raml.pojotoraml.RamlAdjuster
If the type being adjusted is an enumeration, you may change the enumerated value's name.
adjustEnumValue(Class<?>, String) - Method in class org.raml.pojotoraml.RamlAdjuster.Composite
 
adjustEnumValue(Class<?>, String) - Method in class org.raml.pojotoraml.RamlAdjuster.Helper
 
AdjusterFactory - Interface in org.raml.pojotoraml
Created.
adjustForUnknownType(Type) - Method in class org.raml.pojotoraml.plugins.AdditionalPropertiesAdjuster
 
adjustForUnknownType(Type) - Method in interface org.raml.pojotoraml.RamlAdjuster
Should you have a property than contains an unsupported type for RAML, you could handle here.
adjustForUnknownType(Type) - Method in class org.raml.pojotoraml.RamlAdjuster.Composite
 
adjustForUnknownType(Type) - Method in class org.raml.pojotoraml.RamlAdjuster.Helper
 
adjustForUnknownTypeInProperty(Type, TypeBuilder, TypeDeclarationBuilder, Property) - Method in class org.raml.pojotoraml.plugins.AdditionalPropertiesAdjuster
 
adjustForUnknownTypeInProperty(Type, TypeBuilder, TypeDeclarationBuilder, Property) - Method in interface org.raml.pojotoraml.RamlAdjuster
Should you have a property than contains an unsupported type for RAML, you could handle here.
adjustForUnknownTypeInProperty(Type, TypeBuilder, TypeDeclarationBuilder, Property) - Method in class org.raml.pojotoraml.RamlAdjuster.Composite
 
adjustForUnknownTypeInProperty(Type, TypeBuilder, TypeDeclarationBuilder, Property) - Method in class org.raml.pojotoraml.RamlAdjuster.Helper
 
adjustScalarProperty(TypeDeclarationBuilder, Property, TypePropertyBuilder) - Method in class org.raml.pojotoraml.plugins.ChangeTypeName
 
adjustScalarProperty(TypeDeclarationBuilder, Property, TypePropertyBuilder) - Method in interface org.raml.pojotoraml.RamlAdjuster
You may change the property definition for a given scalar type.
adjustScalarProperty(TypeDeclarationBuilder, Property, TypePropertyBuilder) - Method in class org.raml.pojotoraml.RamlAdjuster.Composite
 
adjustScalarProperty(TypeDeclarationBuilder, Property, TypePropertyBuilder) - Method in class org.raml.pojotoraml.RamlAdjuster.Helper
 
adjustType(Type, String, TypeBuilder) - Method in interface org.raml.pojotoraml.RamlAdjuster
Changes the type.
adjustType(Type, String, TypeBuilder) - Method in class org.raml.pojotoraml.RamlAdjuster.Composite
 
adjustType(Type, String, TypeBuilder) - Method in class org.raml.pojotoraml.RamlAdjuster.Helper
 
adjustTypeName(Class<?>, String) - Method in class org.raml.pojotoraml.plugins.ChangeTypeName
 
adjustTypeName(Class<?>, String) - Method in interface org.raml.pojotoraml.RamlAdjuster
Allows you to change the name when used as a reference.
adjustTypeName(Class<?>, String) - Method in class org.raml.pojotoraml.RamlAdjuster.Composite
 
adjustTypeName(Class<?>, String) - Method in class org.raml.pojotoraml.RamlAdjuster.Helper
 
allTypes() - Method in class org.raml.pojotoraml.Result
 
AnnotationFinder - Class in org.raml.pojotoraml.util
 
AnnotationFinder() - Constructor for class org.raml.pojotoraml.util.AnnotationFinder
 
annotationFor(Package, Class<? extends T>) - Static method in class org.raml.pojotoraml.util.AnnotationFinder
 

C

ChangeTypeName - Class in org.raml.pojotoraml.plugins
Created.
ChangeTypeName(List<String>) - Constructor for class org.raml.pojotoraml.plugins.ChangeTypeName
 
ClassParser - Interface in org.raml.pojotoraml
The mechanism used to discover the structure of a given class.
ClassParserFactory - Interface in org.raml.pojotoraml
Created.
classToRaml(Class<?>) - Method in interface org.raml.pojotoraml.PojoToRaml
 
classToRaml(Class<?>) - Method in class org.raml.pojotoraml.PojoToRamlImpl
 
CollectionRamlType - Class in org.raml.pojotoraml.types
Created.
ComposedRamlType - Class in org.raml.pojotoraml.types
Created.
Composite(Collection<RamlAdjuster>) - Constructor for class org.raml.pojotoraml.RamlAdjuster.Composite
 
create() - Static method in class org.raml.pojotoraml.PojoToRamlBuilder
 
create(ClassParserFactory, AdjusterFactory) - Static method in class org.raml.pojotoraml.PojoToRamlBuilder
 
createAdjuster(Class<?>) - Method in interface org.raml.pojotoraml.AdjusterFactory
 
createAdjusters(Class<?>, RamlAdjuster...) - Method in class org.raml.pojotoraml.plugins.PojoToRamlExtensionFactory
 
createParser(Class<?>) - Method in interface org.raml.pojotoraml.ClassParserFactory
 
createParser(Class<?>) - Method in class org.raml.pojotoraml.plugins.PojoToRamlClassParserFactory
 

D

dependentTypes() - Method in class org.raml.pojotoraml.Result
 

E

EnumRamlType - Class in org.raml.pojotoraml.types
Created.
EnumRamlType(Class<?>, String) - Constructor for class org.raml.pojotoraml.types.EnumRamlType
 

F

factory() - Static method in class org.raml.pojotoraml.field.FieldClassParser
 
FieldClassParser - Class in org.raml.pojotoraml.field
Created.
FieldClassParser() - Constructor for class org.raml.pojotoraml.field.FieldClassParser
 
forClass(Class<?>, String) - Static method in class org.raml.pojotoraml.types.ComposedRamlType
 
forClass(Class<?>, String) - Static method in class org.raml.pojotoraml.types.EnumRamlType
 
forType(Type, ClassParser, AdjusterFactory) - Static method in class org.raml.pojotoraml.types.RamlTypeFactory
 
fromType(Type) - Static method in enum org.raml.pojotoraml.types.ScalarType
 

G

getAnnotation(Class<T>) - Method in interface org.raml.pojotoraml.Property
Returns the required annotation from the parsed class
getRamlSyntax() - Method in class org.raml.pojotoraml.types.CollectionRamlType
 
getRamlSyntax() - Method in class org.raml.pojotoraml.types.ComposedRamlType
 
getRamlSyntax() - Method in class org.raml.pojotoraml.types.EnumRamlType
 
getRamlSyntax() - Method in interface org.raml.pojotoraml.types.RamlType
 
getRamlSyntax() - Method in enum org.raml.pojotoraml.types.ScalarType
 

H

Helper() - Constructor for class org.raml.pojotoraml.RamlAdjuster.Helper
 

I

isEnum() - Method in class org.raml.pojotoraml.types.CollectionRamlType
 
isEnum() - Method in class org.raml.pojotoraml.types.ComposedRamlType
 
isEnum() - Method in class org.raml.pojotoraml.types.EnumRamlType
 
isEnum() - Method in interface org.raml.pojotoraml.types.RamlType
 
isEnum() - Method in enum org.raml.pojotoraml.types.ScalarType
 
isRamalScalarType(String) - Static method in enum org.raml.pojotoraml.types.ScalarType
 
isScalar() - Method in class org.raml.pojotoraml.types.CollectionRamlType
 
isScalar() - Method in class org.raml.pojotoraml.types.ComposedRamlType
 
isScalar() - Method in class org.raml.pojotoraml.types.EnumRamlType
 
isScalar() - Method in interface org.raml.pojotoraml.types.RamlType
 
isScalar() - Method in enum org.raml.pojotoraml.types.ScalarType
 

N

name(Class<?>) - Method in interface org.raml.pojotoraml.PojoToRaml
 
name(Type) - Method in interface org.raml.pojotoraml.PojoToRaml
 
name(Class<?>) - Method in class org.raml.pojotoraml.PojoToRamlImpl
 
name(Type) - Method in class org.raml.pojotoraml.PojoToRamlImpl
 
name() - Method in interface org.raml.pojotoraml.Property
Returns the property name
NULL_ADJUSTER - Static variable in interface org.raml.pojotoraml.RamlAdjuster
 
NULL_FACTORY - Static variable in interface org.raml.pojotoraml.AdjusterFactory
 
NullClassParser - Class in org.raml.pojotoraml.plugins
Created.
NullClassParser() - Constructor for class org.raml.pojotoraml.plugins.NullClassParser
 

O

of(RamlType) - Static method in class org.raml.pojotoraml.types.CollectionRamlType
 
org.raml.pojotoraml - package org.raml.pojotoraml
 
org.raml.pojotoraml.field - package org.raml.pojotoraml.field
 
org.raml.pojotoraml.plugins - package org.raml.pojotoraml.plugins
 
org.raml.pojotoraml.types - package org.raml.pojotoraml.types
 
org.raml.pojotoraml.util - package org.raml.pojotoraml.util
 

P

parentClasses(Class<?>) - Method in interface org.raml.pojotoraml.ClassParser
Returns a a non-null list of supertypes (that will become RAML super types) of the parsed class.
parentClasses(Class<?>) - Method in class org.raml.pojotoraml.field.FieldClassParser
 
parentClasses(Class<?>) - Method in class org.raml.pojotoraml.plugins.NullClassParser
 
PojoToRaml - Interface in org.raml.pojotoraml
Created.
PojoToRamlBuilder - Class in org.raml.pojotoraml
Created.
PojoToRamlBuilder() - Constructor for class org.raml.pojotoraml.PojoToRamlBuilder
 
PojoToRamlClassParserFactory - Class in org.raml.pojotoraml.plugins
Created.
PojoToRamlClassParserFactory(Package) - Constructor for class org.raml.pojotoraml.plugins.PojoToRamlClassParserFactory
 
PojoToRamlExtensionFactory - Class in org.raml.pojotoraml.plugins
Created.
PojoToRamlExtensionFactory(Package) - Constructor for class org.raml.pojotoraml.plugins.PojoToRamlExtensionFactory
 
PojoToRamlImpl - Class in org.raml.pojotoraml
Created.
PojoToRamlImpl(ClassParserFactory, AdjusterFactory) - Constructor for class org.raml.pojotoraml.PojoToRamlImpl
 
properties(Class<?>) - Method in interface org.raml.pojotoraml.ClassParser
Returns a non-null list of property objects representing the properties of the parsed class.
properties(Class<?>) - Method in class org.raml.pojotoraml.field.FieldClassParser
 
properties(Class<?>) - Method in class org.raml.pojotoraml.plugins.NullClassParser
 
Property - Interface in org.raml.pojotoraml
Created.

R

RamlAdjuster - Interface in org.raml.pojotoraml
Created.
RamlAdjuster.Composite - Class in org.raml.pojotoraml
 
RamlAdjuster.Helper - Class in org.raml.pojotoraml
 
RamlGenerator - Annotation Type in org.raml.pojotoraml.plugins
Created by Jean-Philippe Belanger on 3/26/17.
RamlGeneratorForClass - Annotation Type in org.raml.pojotoraml.plugins
Created by Jean-Philippe Belanger on 3/26/17.
RamlGeneratorPlugin - Annotation Type in org.raml.pojotoraml.plugins
Created by Jean-Philippe Belanger on 3/26/17.
RamlGenerators - Annotation Type in org.raml.pojotoraml.plugins
Created by Jean-Philippe Belanger on 3/26/17.
RamlType - Interface in org.raml.pojotoraml.types
 
RamlTypeFactory - Class in org.raml.pojotoraml.types
Created.
RamlTypeFactory() - Constructor for class org.raml.pojotoraml.types.RamlTypeFactory
 
requestedType() - Method in class org.raml.pojotoraml.Result
 
Result - Class in org.raml.pojotoraml
Created.
Result(TypeDeclarationBuilder, Map<String, TypeDeclarationBuilder>) - Constructor for class org.raml.pojotoraml.Result
 

S

ScalarType - Enum in org.raml.pojotoraml.types
 

T

type() - Method in interface org.raml.pojotoraml.Property
Returns the property type.
type() - Method in class org.raml.pojotoraml.types.CollectionRamlType
 
type() - Method in class org.raml.pojotoraml.types.ComposedRamlType
 
type() - Method in class org.raml.pojotoraml.types.EnumRamlType
 
type() - Method in interface org.raml.pojotoraml.types.RamlType
 
type() - Method in enum org.raml.pojotoraml.types.ScalarType
 

V

valueOf(String) - Static method in enum org.raml.pojotoraml.types.ScalarType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.raml.pojotoraml.types.ScalarType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I N O P R S T V 
Skip navigation links

Copyright © 2019 Mulesoft. All rights reserved.