public class NullClassParser extends Object implements ClassParser
| Constructor and Description |
|---|
NullClassParser() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Type> |
parentClasses(Class<?> sourceClass)
Returns a a non-null list of supertypes (that will become RAML super types) of the parsed class.
|
List<Property> |
properties(Class<?> sourceClass)
Returns a non-null list of property objects representing the properties of the
parsed class.
|
public List<Property> properties(Class<?> sourceClass)
ClassParserproperties in interface ClassParsersourceClass - the class being parsedpublic Collection<Type> parentClasses(Class<?> sourceClass)
ClassParserparentClasses in interface ClassParsersourceClass - the class being parsedCopyright © 2019 Mulesoft. All rights reserved.