class JavaRenderer extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaRenderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val baseRelPath: RelPath
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def copyPreconditions(): CodegenFile
- def enumValueType[A](enumType: EnumType[A]): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def render(): List[CodegenFile]
- def renderClosedEnum[A](shapeId: ShapeId, enumType: EnumType[A], values: List[EnumValue[A]], hints: List[Hint]): CodegenFile
- def renderDef(definition: Def): Option[CodegenFile]
- def renderDocs(hints: List[Hint]): Lines
- def renderEnumValueDef[A](enumType: EnumType[A]): (EnumValue[A]) ⇒ String
- def renderFieldRaw(field: Field): String
- def renderImport(field: Field): Lines
- def renderImportFromType(tpe: Type): Lines
- def renderImports(fields: List[Field]): Lines
- def renderJavaField(field: Field): Lines
- def renderOpenEnum[A](shapeId: ShapeId, enumType: EnumType[A], values: List[EnumValue[A]], hints: List[Hint]): CodegenFile
- def renderOperation(operation: Operation): Lines
- def renderParam(field: Field): String
- def renderPkg(shapeId: ShapeId): Lines
- def renderPrimitive(prim: Primitive): String
- def renderService(shapeId: ShapeId, operations: List[Operation]): CodegenFile
- def renderStaticValue[A](enumType: EnumType[A]): (EnumValue[A]) ⇒ String
- def renderStructure(shapeId: ShapeId, fields: List[Field], hints: List[Hint]): CodegenFile
- def renderType(tpe: Type): String
- def renderVersion(): CodegenFile
- def spreadEnumLines[A](enumType: EnumType[A], values: List[EnumValue[A]]): Lines
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def useJsonAdapter(field: Field): Boolean
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated