C# Class ServiceStack.NativeTypes.Java.JavaGeneratorExtensions

Exibir arquivo Open project: ServiceStack/ServiceStack

Public Properties

Property Type Description
JavaKeyWords HashSet

Public Methods

Method Description
AppendPropertyAccessor ( this sb, string type, string fieldName, string settersReturnThis ) : System.Text.StringBuilderWrapper
AppendPropertyAccessor ( this sb, string type, string fieldName, string accessorName, string settersReturnThis ) : System.Text.StringBuilderWrapper
InheritedType ( this type ) : string
IsKeyWord ( this name ) : bool
PropertyStyle ( this name ) : string
ToMetadataAttribute ( this route ) : MetadataAttribute

Method Details

AppendPropertyAccessor() public static method

public static AppendPropertyAccessor ( this sb, string type, string fieldName, string settersReturnThis ) : System.Text.StringBuilderWrapper
sb this
type string
fieldName string
settersReturnThis string
return System.Text.StringBuilderWrapper

AppendPropertyAccessor() public static method

public static AppendPropertyAccessor ( this sb, string type, string fieldName, string accessorName, string settersReturnThis ) : System.Text.StringBuilderWrapper
sb this
type string
fieldName string
accessorName string
settersReturnThis string
return System.Text.StringBuilderWrapper

InheritedType() public static method

public static InheritedType ( this type ) : string
type this
return string

IsKeyWord() public static method

public static IsKeyWord ( this name ) : bool
name this
return bool

PropertyStyle() public static method

public static PropertyStyle ( this name ) : string
name this
return string

ToMetadataAttribute() public static method

public static ToMetadataAttribute ( this route ) : MetadataAttribute
route this
return MetadataAttribute

Property Details

JavaKeyWords public_oe static_oe property

public static HashSet JavaKeyWords
return HashSet