Skip navigation links
A B C D E F G H I J L M N O P R S T U V 

A

AbstractTemplateVisitor - Class in com.facebook.swift.generator.visitors
 
AbstractTemplateVisitor(TemplateLoader, SwiftDocumentContext, SwiftGeneratorConfig, File) - Constructor for class com.facebook.swift.generator.visitors.AbstractTemplateVisitor
 
accept(Visitable) - Method in class com.facebook.swift.generator.visitors.ConstantsVisitor
 
accept(Visitable) - Method in class com.facebook.swift.generator.visitors.ExceptionVisitor
 
accept(Visitable) - Method in class com.facebook.swift.generator.visitors.IntegerEnumVisitor
 
accept(Visitable) - Method in class com.facebook.swift.generator.visitors.ServiceVisitor
 
accept(Visitable) - Method in class com.facebook.swift.generator.visitors.StringEnumVisitor
 
accept(Visitable) - Method in class com.facebook.swift.generator.visitors.StructVisitor
 
accept(Visitable) - Method in class com.facebook.swift.generator.visitors.TypeVisitor
 
accept(Visitable) - Method in class com.facebook.swift.generator.visitors.UnionVisitor
 
add(SwiftJavaType, ThriftType) - Method in class com.facebook.swift.generator.TypedefRegistry
 
add(SwiftJavaType) - Method in class com.facebook.swift.generator.TypeRegistry
 
addAll(TypedefRegistry) - Method in class com.facebook.swift.generator.TypedefRegistry
 
addAll(TypeRegistry) - Method in class com.facebook.swift.generator.TypeRegistry
 
addConstant(ConstantContext) - Method in class com.facebook.swift.generator.template.ConstantsContext
 
addException(ExceptionContext) - Method in class com.facebook.swift.generator.template.MethodContext
 
addField(EnumFieldContext) - Method in class com.facebook.swift.generator.template.EnumContext
 
addField(FieldContext) - Method in class com.facebook.swift.generator.template.StructContext
 
addMethod(MethodContext) - Method in class com.facebook.swift.generator.template.ServiceContext
 
addParameter(FieldContext) - Method in class com.facebook.swift.generator.template.MethodContext
 
addTweak(SwiftGeneratorTweak) - Method in class com.facebook.swift.generator.SwiftGeneratorConfig.Builder
 
allowMultiplePackages(String) - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig.Builder
 

B

build() - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig.Builder
 
build() - Method in class com.facebook.swift.generator.SwiftGeneratorConfig.Builder
 
builder() - Static method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig
 
builder() - Static method in class com.facebook.swift.generator.SwiftGeneratorConfig
 

C

codeFlavor(String) - Method in class com.facebook.swift.generator.SwiftGeneratorConfig.Builder
 
com.facebook.swift.generator - package com.facebook.swift.generator
 
com.facebook.swift.generator.swift2thrift - package com.facebook.swift.generator.swift2thrift
 
com.facebook.swift.generator.swift2thrift.template - package com.facebook.swift.generator.swift2thrift.template
 
com.facebook.swift.generator.template - package com.facebook.swift.generator.template
 
com.facebook.swift.generator.util - package com.facebook.swift.generator.util
 
com.facebook.swift.generator.visitors - package com.facebook.swift.generator.visitors
 
compareTo(ConstantContext) - Method in class com.facebook.swift.generator.template.ConstantContext
 
config - Variable in class com.facebook.swift.generator.visitors.AbstractTemplateVisitor
 
ConstantContext - Class in com.facebook.swift.generator.template
 
constantFromThrift(Const) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
ConstantRenderer - Class in com.facebook.swift.generator
 
ConstantRenderer(TypeToJavaConverter, String, TypeRegistry, TypedefRegistry) - Constructor for class com.facebook.swift.generator.ConstantRenderer
 
ConstantsContext - Class in com.facebook.swift.generator.template
 
constantsFromThrift() - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
ConstantsVisitor - Class in com.facebook.swift.generator.visitors
 
ConstantsVisitor(TemplateLoader, SwiftDocumentContext, SwiftGeneratorConfig, File) - Constructor for class com.facebook.swift.generator.visitors.ConstantsVisitor
 
containsTweak(SwiftGeneratorTweak) - Method in class com.facebook.swift.generator.SwiftGeneratorConfig
Returns true if the tweak is set, false otherwise.
contextGenerator - Variable in class com.facebook.swift.generator.visitors.AbstractTemplateVisitor
 
convert(ThriftType, boolean) - Method in class com.facebook.swift.generator.TypeToJavaConverter
 
convertType(ThriftType) - Method in class com.facebook.swift.generator.TypeToJavaConverter
 

D

defaultPackage(String) - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig.Builder
 
defaultPackage(String) - Method in class com.facebook.swift.generator.SwiftGeneratorConfig.Builder
 

E

EnumContext - Class in com.facebook.swift.generator.template
 
EnumFieldContext - Class in com.facebook.swift.generator.template
 
enumFromThrift(IntegerEnum) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
enumFromThrift(StringEnum) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
equals(Object) - Method in class com.facebook.swift.generator.SwiftJavaType
 
equals(Object) - Method in class com.facebook.swift.generator.template.ConstantContext
 
equals(Object) - Method in class com.facebook.swift.generator.template.ConstantsContext
 
equals(Object) - Method in class com.facebook.swift.generator.template.EnumContext
 
equals(Object) - Method in class com.facebook.swift.generator.template.EnumFieldContext
 
equals(Object) - Method in class com.facebook.swift.generator.template.ExceptionContext
 
equals(Object) - Method in class com.facebook.swift.generator.template.FieldContext
 
equals(Object) - Method in class com.facebook.swift.generator.template.MethodContext
 
equals(Object) - Method in class com.facebook.swift.generator.template.ServiceContext
 
equals(Object) - Method in class com.facebook.swift.generator.template.StructContext
 
ExceptionContext - Class in com.facebook.swift.generator.template
 
exceptionFromThrift(ThriftField) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
ExceptionVisitor - Class in com.facebook.swift.generator.visitors
 
ExceptionVisitor(TemplateLoader, SwiftDocumentContext, SwiftGeneratorConfig, File) - Constructor for class com.facebook.swift.generator.visitors.ExceptionVisitor
 

F

FieldContext - Class in com.facebook.swift.generator.template
 
fieldFromThrift(ThriftField) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
fieldFromThrift(IntegerEnumField) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
fieldFromThrift(String) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
FieldRequirednessRenderer - Class in com.facebook.swift.generator.swift2thrift.template
 
FieldRequirednessRenderer() - Constructor for class com.facebook.swift.generator.swift2thrift.template.FieldRequirednessRenderer
 
findType(String, String) - Method in class com.facebook.swift.generator.TypedefRegistry
 
findType(String) - Method in class com.facebook.swift.generator.TypedefRegistry
 
findType(String, String) - Method in class com.facebook.swift.generator.TypeRegistry
 
findType(String) - Method in class com.facebook.swift.generator.TypeRegistry
 
finish() - Method in class com.facebook.swift.generator.visitors.AbstractTemplateVisitor
 
finish() - Method in class com.facebook.swift.generator.visitors.ConstantsVisitor
 
finish() - Method in class com.facebook.swift.generator.visitors.TypeVisitor
 
forType(String) - Static method in class com.facebook.swift.generator.template.ExceptionContext
 

G

generateIncludedCode(boolean) - Method in class com.facebook.swift.generator.SwiftGeneratorConfig.Builder
 
getAllowAsync() - Method in class com.facebook.swift.generator.template.MethodContext
 
getAnnotatedExceptions() - Method in class com.facebook.swift.generator.template.MethodContext
 
getAnnotations() - Method in class com.facebook.swift.generator.template.FieldContext
 
getBoxedJavaType() - Method in class com.facebook.swift.generator.template.MethodContext
 
getClassName() - Method in class com.facebook.swift.generator.SwiftJavaType
 
getCodeFlavor() - Method in class com.facebook.swift.generator.SwiftGeneratorConfig
The template to use for generating source code.
getConstantRenderer() - Method in class com.facebook.swift.generator.SwiftDocumentContext
 
getConstants() - Method in class com.facebook.swift.generator.template.ConstantsContext
 
getCustomNamespaces() - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftContext
 
getDefaultPackage() - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig
 
getDefaultPackage() - Method in class com.facebook.swift.generator.SwiftGeneratorConfig
If no namespace was set in the Thrift IDL file, fall back to this package.
getDocument() - Method in class com.facebook.swift.generator.SwiftDocumentContext
 
getEnums() - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftContext
 
getExceptions() - Method in class com.facebook.swift.generator.template.MethodContext
 
getFields() - Method in class com.facebook.swift.generator.template.EnumContext
 
getFields() - Method in class com.facebook.swift.generator.template.StructContext
 
getId() - Method in class com.facebook.swift.generator.template.ExceptionContext
 
getId() - Method in class com.facebook.swift.generator.template.FieldContext
 
getIncludeMap() - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig
 
getIncludes() - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftContext
 
getIncludeSearchPaths() - Method in class com.facebook.swift.generator.SwiftGeneratorConfig
Returns the list of URIs used as prefixes to search for include files.
getInputBase() - Method in class com.facebook.swift.generator.SwiftGeneratorConfig
Returns the input base URI to load Thrift IDL files.
getJavaAsyncParents() - Method in class com.facebook.swift.generator.template.ServiceContext
 
getJavaGetterName() - Method in class com.facebook.swift.generator.template.FieldContext
 
getJavaName() - Method in class com.facebook.swift.generator.template.ConstantContext
 
getJavaName() - Method in class com.facebook.swift.generator.template.ConstantsContext
 
getJavaName() - Method in class com.facebook.swift.generator.template.EnumContext
 
getJavaName() - Method in class com.facebook.swift.generator.template.EnumFieldContext
 
getJavaName() - Method in class com.facebook.swift.generator.template.FieldContext
 
getJavaName() - Method in interface com.facebook.swift.generator.template.JavaContext
 
getJavaName() - Method in class com.facebook.swift.generator.template.MethodContext
 
getJavaName() - Method in class com.facebook.swift.generator.template.ServiceContext
 
getJavaName() - Method in class com.facebook.swift.generator.template.StructContext
 
getJavaPackage() - Method in class com.facebook.swift.generator.SwiftDocumentContext
 
getJavaPackage() - Method in class com.facebook.swift.generator.template.ConstantsContext
 
getJavaPackage() - Method in class com.facebook.swift.generator.template.EnumContext
 
getJavaPackage() - Method in interface com.facebook.swift.generator.template.JavaContext
 
getJavaPackage() - Method in class com.facebook.swift.generator.template.ServiceContext
 
getJavaPackage() - Method in class com.facebook.swift.generator.template.StructContext
 
getJavaParents() - Method in class com.facebook.swift.generator.template.ServiceContext
 
getJavaSetterName() - Method in class com.facebook.swift.generator.template.FieldContext
 
getJavaTestPresenceName() - Method in class com.facebook.swift.generator.template.FieldContext
 
getJavaType() - Method in class com.facebook.swift.generator.template.ConstantContext
 
getJavaType() - Method in class com.facebook.swift.generator.template.FieldContext
 
getJavaType() - Method in class com.facebook.swift.generator.template.MethodContext
 
getJavaValue() - Method in class com.facebook.swift.generator.template.ConstantContext
 
getKey() - Method in class com.facebook.swift.generator.SwiftJavaType
 
getMethods() - Method in class com.facebook.swift.generator.template.ServiceContext
 
getName() - Method in class com.facebook.swift.generator.template.ConstantContext
 
getName() - Method in class com.facebook.swift.generator.template.ConstantsContext
 
getName() - Method in class com.facebook.swift.generator.template.FieldContext
 
getName() - Method in class com.facebook.swift.generator.template.MethodContext
 
getName() - Method in class com.facebook.swift.generator.template.ServiceContext
 
getName() - Method in class com.facebook.swift.generator.template.StructContext
 
getNamespace() - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftContext
 
getNamespace() - Method in class com.facebook.swift.generator.SwiftDocumentContext
 
getNamespaceMap() - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig
 
getOutputFile() - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig
Returns the output Thrift IDL URI.
getOutputFolder() - Method in class com.facebook.swift.generator.SwiftGeneratorConfig
Returns the output folder which will contain the generated sources.
getOverridePackage() - Method in class com.facebook.swift.generator.SwiftGeneratorConfig
If non-null, overrides the java namespace definitions in the IDL files.
getPackage() - Method in class com.facebook.swift.generator.SwiftJavaType
 
getParameters() - Method in class com.facebook.swift.generator.template.MethodContext
 
getRequiredness() - Method in class com.facebook.swift.generator.template.FieldContext
 
getServices() - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftContext
 
getSimpleName() - Method in class com.facebook.swift.generator.SwiftJavaType
 
getStructs() - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftContext
 
getTemplateContextGenerator() - Method in class com.facebook.swift.generator.SwiftDocumentContext
 
getTemplateGroup(Iterable<String>) - Method in class com.facebook.swift.generator.util.TemplateLoader
 
getTemplateGroupFromFile(String) - Method in class com.facebook.swift.generator.util.TemplateLoader
 
getType() - Method in class com.facebook.swift.generator.template.ExceptionContext
 
getTypeConverter() - Method in class com.facebook.swift.generator.SwiftDocumentContext
 
getTypedefRegistry() - Method in class com.facebook.swift.generator.SwiftDocumentContext
 
getTypeRegistry() - Method in class com.facebook.swift.generator.SwiftDocumentContext
 
getValue() - Method in class com.facebook.swift.generator.template.EnumFieldContext
 

H

hashCode() - Method in class com.facebook.swift.generator.SwiftJavaType
 
hashCode() - Method in class com.facebook.swift.generator.template.ConstantContext
 
hashCode() - Method in class com.facebook.swift.generator.template.ConstantsContext
 
hashCode() - Method in class com.facebook.swift.generator.template.EnumContext
 
hashCode() - Method in class com.facebook.swift.generator.template.EnumFieldContext
 
hashCode() - Method in class com.facebook.swift.generator.template.ExceptionContext
 
hashCode() - Method in class com.facebook.swift.generator.template.FieldContext
 
hashCode() - Method in class com.facebook.swift.generator.template.MethodContext
 
hashCode() - Method in class com.facebook.swift.generator.template.ServiceContext
 
hashCode() - Method in class com.facebook.swift.generator.template.StructContext
 

I

includeMap(Map<String, String>) - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig.Builder
 
includeSearchPaths(Iterable<URI>) - Method in class com.facebook.swift.generator.SwiftGeneratorConfig.Builder
 
inputBase(URI) - Method in class com.facebook.swift.generator.SwiftGeneratorConfig.Builder
 
IntegerEnumVisitor - Class in com.facebook.swift.generator.visitors
 
IntegerEnumVisitor(TemplateLoader, SwiftDocumentContext, SwiftGeneratorConfig, File) - Constructor for class com.facebook.swift.generator.visitors.IntegerEnumVisitor
 
isAllowMultiplePackages() - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig
 
isArrayType() - Method in class com.facebook.swift.generator.template.FieldContext
 
isBlank(String) - Static method in class com.facebook.swift.generator.util.SwiftInternalStringUtils
 
isGenerateIncludedCode() - Method in class com.facebook.swift.generator.SwiftGeneratorConfig
If true, generate code for all included Thrift IDLs instead of just referring to them.
isLegacyId() - Method in class com.facebook.swift.generator.template.FieldContext
 
isOneway() - Method in class com.facebook.swift.generator.template.MethodContext
 
isRecursive() - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig
 
isRecursive() - Method in class com.facebook.swift.generator.template.FieldContext
 
isVerbose() - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig
 
iterator() - Method in class com.facebook.swift.generator.TypedefRegistry
 
iterator() - Method in class com.facebook.swift.generator.TypeRegistry
 

J

JavaContext - Interface in com.facebook.swift.generator.template
 

L

load(String) - Method in class com.facebook.swift.generator.util.TemplateLoader
 

M

mangleJavaConstantName(String) - Static method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
mangleJavaMethodName(String) - Static method in class com.facebook.swift.generator.template.TemplateContextGenerator
Turn an incoming snake case name into camel case for use in a java method name.
mangleJavaTypeName(String) - Static method in class com.facebook.swift.generator.template.TemplateContextGenerator
Turn an incoming snake case name into camel case for use in a java type name The general idea is: first letter of type name capitalized, drop underscores and capitalize the following letter, otherwise don't touch case.
MethodContext - Class in com.facebook.swift.generator.template
Represents a method element of a service.
methodFromThrift(ThriftMethod) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 

N

namespaceMap(Map<String, String>) - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig.Builder
 

O

outputFile(File) - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig.Builder
 
outputFolder(File) - Method in class com.facebook.swift.generator.SwiftGeneratorConfig.Builder
 
overridePackage(String) - Method in class com.facebook.swift.generator.SwiftGeneratorConfig.Builder
 

P

parse(Iterable<String>) - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGenerator
 
parse(Iterable<URI>) - Method in class com.facebook.swift.generator.SwiftGenerator
 

R

recursive(boolean) - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig.Builder
 
render(Const) - Method in class com.facebook.swift.generator.ConstantRenderer
 
render(ThriftType, ConstValue) - Method in class com.facebook.swift.generator.ConstantRenderer
 
render(JavaContext, String) - Method in class com.facebook.swift.generator.visitors.AbstractTemplateVisitor
 

S

ServiceContext - Class in com.facebook.swift.generator.template
 
serviceFromThrift(Service) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
ServiceVisitor - Class in com.facebook.swift.generator.visitors
 
ServiceVisitor(TemplateLoader, SwiftDocumentContext, SwiftGeneratorConfig, File) - Constructor for class com.facebook.swift.generator.visitors.ServiceVisitor
 
StringEnumVisitor - Class in com.facebook.swift.generator.visitors
 
StringEnumVisitor(TemplateLoader, SwiftDocumentContext, SwiftGeneratorConfig, File) - Constructor for class com.facebook.swift.generator.visitors.StringEnumVisitor
 
StructContext - Class in com.facebook.swift.generator.template
 
structFromThrift(AbstractStruct) - Method in class com.facebook.swift.generator.template.TemplateContextGenerator
 
StructVisitor - Class in com.facebook.swift.generator.visitors
 
StructVisitor(TemplateLoader, SwiftDocumentContext, SwiftGeneratorConfig, File) - Constructor for class com.facebook.swift.generator.visitors.StructVisitor
 
Swift2ThriftGenerator - Class in com.facebook.swift.generator.swift2thrift
 
Swift2ThriftGeneratorConfig - Class in com.facebook.swift.generator.swift2thrift
 
Swift2ThriftGeneratorConfig.Builder - Class in com.facebook.swift.generator.swift2thrift
 
SwiftDocumentContext - Class in com.facebook.swift.generator
 
SwiftDocumentContext(URI, String, SwiftGeneratorConfig, TypeRegistry, TypedefRegistry) - Constructor for class com.facebook.swift.generator.SwiftDocumentContext
 
SwiftGenerator - Class in com.facebook.swift.generator
Parses a Thrift IDL file and writes out initial annotated java classes.
SwiftGenerator(SwiftGeneratorConfig) - Constructor for class com.facebook.swift.generator.SwiftGenerator
 
SwiftGeneratorConfig - Class in com.facebook.swift.generator
 
SwiftGeneratorConfig.Builder - Class in com.facebook.swift.generator
 
SwiftGeneratorTweak - Enum in com.facebook.swift.generator
Code generation tweaks.
SwiftInternalStringUtils - Class in com.facebook.swift.generator.util
Dain's fault.
SwiftJavaType - Class in com.facebook.swift.generator
 
SwiftJavaType(String, String, String, String) - Constructor for class com.facebook.swift.generator.SwiftJavaType
 

T

TemplateContextGenerator - Class in com.facebook.swift.generator.template
 
TemplateContextGenerator(SwiftGeneratorConfig, TypeRegistry, TypeToJavaConverter, ConstantRenderer, String) - Constructor for class com.facebook.swift.generator.template.TemplateContextGenerator
 
TemplateLoader - Class in com.facebook.swift.generator.util
 
TemplateLoader(Iterable<String>) - Constructor for class com.facebook.swift.generator.util.TemplateLoader
 
TemplateLoader(Iterable<String>, Map<Class<?>, ? extends AttributeRenderer>) - Constructor for class com.facebook.swift.generator.util.TemplateLoader
 
ThriftContext - Class in com.facebook.swift.generator.swift2thrift.template
 
ThriftContext(String, List<String>, List<ThriftType>, List<ThriftServiceMetadata>, Map<String, String>) - Constructor for class com.facebook.swift.generator.swift2thrift.template.ThriftContext
 
ThriftServiceMetadataRenderer - Class in com.facebook.swift.generator.swift2thrift.template
 
ThriftServiceMetadataRenderer(Map<ThriftServiceMetadata, String>) - Constructor for class com.facebook.swift.generator.swift2thrift.template.ThriftServiceMetadataRenderer
 
ThriftTypeRenderer - Class in com.facebook.swift.generator.swift2thrift.template
 
ThriftTypeRenderer(Map<ThriftType, String>) - Constructor for class com.facebook.swift.generator.swift2thrift.template.ThriftTypeRenderer
 
toString(Object, String, Locale) - Method in class com.facebook.swift.generator.swift2thrift.template.FieldRequirednessRenderer
 
toString(Object, String, Locale) - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftServiceMetadataRenderer
 
toString(ThriftServiceMetadata) - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftServiceMetadataRenderer
 
toString(Object, String, Locale) - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftTypeRenderer
 
toString(ThriftType) - Method in class com.facebook.swift.generator.swift2thrift.template.ThriftTypeRenderer
 
toString() - Method in class com.facebook.swift.generator.SwiftJavaType
 
toString() - Method in class com.facebook.swift.generator.template.ConstantContext
 
toString() - Method in class com.facebook.swift.generator.template.ConstantsContext
 
toString() - Method in class com.facebook.swift.generator.template.EnumContext
 
toString() - Method in class com.facebook.swift.generator.template.EnumFieldContext
 
toString() - Method in class com.facebook.swift.generator.template.ExceptionContext
 
toString() - Method in class com.facebook.swift.generator.template.FieldContext
 
toString() - Method in class com.facebook.swift.generator.template.MethodContext
 
toString() - Method in class com.facebook.swift.generator.template.ServiceContext
 
toString() - Method in class com.facebook.swift.generator.template.StructContext
 
TypedefRegistry - Class in com.facebook.swift.generator
Collects typedefs for replacement at templating time.
TypedefRegistry() - Constructor for class com.facebook.swift.generator.TypedefRegistry
 
TypeRegistry - Class in com.facebook.swift.generator
Collects all the various custom types found in the IDL definition files.
TypeRegistry() - Constructor for class com.facebook.swift.generator.TypeRegistry
 
TypeToJavaConverter - Class in com.facebook.swift.generator
 
TypeToJavaConverter(TypeRegistry, TypedefRegistry, String, String) - Constructor for class com.facebook.swift.generator.TypeToJavaConverter
 
TypeVisitor - Class in com.facebook.swift.generator.visitors
 
TypeVisitor(String, SwiftDocumentContext) - Constructor for class com.facebook.swift.generator.visitors.TypeVisitor
 

U

UnionVisitor - Class in com.facebook.swift.generator.visitors
 
UnionVisitor(TemplateLoader, SwiftDocumentContext, SwiftGeneratorConfig, File) - Constructor for class com.facebook.swift.generator.visitors.UnionVisitor
 

V

valueOf(String) - Static method in enum com.facebook.swift.generator.SwiftGeneratorTweak
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.facebook.swift.generator.SwiftGeneratorTweak
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(boolean) - Method in class com.facebook.swift.generator.swift2thrift.Swift2ThriftGeneratorConfig.Builder
 
visit(Visitable) - Method in class com.facebook.swift.generator.visitors.ConstantsVisitor
 
visit(Visitable) - Method in class com.facebook.swift.generator.visitors.ExceptionVisitor
 
visit(Visitable) - Method in class com.facebook.swift.generator.visitors.IntegerEnumVisitor
 
visit(Visitable) - Method in class com.facebook.swift.generator.visitors.ServiceVisitor
 
visit(Visitable) - Method in class com.facebook.swift.generator.visitors.StringEnumVisitor
 
visit(Visitable) - Method in class com.facebook.swift.generator.visitors.StructVisitor
 
visit(Visitable) - Method in class com.facebook.swift.generator.visitors.TypeVisitor
 
visit(Visitable) - Method in class com.facebook.swift.generator.visitors.UnionVisitor
 
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links

Copyright © 2012-2016 Facebook, Inc.. All Rights Reserved.