com
.
solidfire
.
jsvcgen
.
codegen
GolangCodeFormatter
Related Doc:
package codegen
class
GolangCodeFormatter
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
GolangCodeFormatter
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
GolangCodeFormatter
(
options:
CliConfig
,
serviceDefintion:
ServiceDefinition
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
buildMethod
(
method:
Method
)
:
String
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getCodeDocumentation
(
doc:
Documentation
,
linePrefix:
String
)
:
String
def
getCodeDocumentation
(
lines:
List
[
String
]
,
linePrefix:
String
)
:
String
def
getMemberDocumentation
(
member:
Member
)
:
String
def
getMethodName
(
src:
Method
)
:
String
def
getMethodName
(
src:
String
)
:
String
def
getParamName
(
src:
Parameter
)
:
String
def
getParamName
(
src:
Member
)
:
String
def
getParamName
(
src:
String
)
:
String
def
getParameterList
(
params:
List
[
Parameter
]
)
:
String
def
getParameterUseList
(
params:
List
[
Parameter
]
)
:
String
def
getPropertyName
(
src:
Parameter
)
:
String
def
getPropertyName
(
src:
Member
)
:
String
def
getPropertyName
(
src:
String
)
:
String
def
getRequiredParams
(
params:
List
[
Parameter
]
)
:
List
[
Parameter
]
def
getResultType
(
src:
Option
[
ReturnInfo
]
)
:
String
def
getTypeDefinition
(
src:
TypeUse
)
:
Option
[
TypeDefinition
]
def
getTypeName
(
src:
TypeUse
)
:
String
def
getTypeName
(
src:
TypeDefinition
)
:
String
def
getTypeName
(
src:
String
)
:
String
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
ordered
(
types:
List
[
TypeDefinition
]
)
:
List
[
TypeDefinition
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
val
typeAliases
:
Map
[
String
,
TypeUse
]
Attributes
protected
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped