| 组织ID: |
org.scalastuff |
| 项目ID: |
scalabeans |
| 版本: |
0.1 |
| 最后修改时间: |
2019-10-23 21:44:44 |
| 包类型: |
jar |
| 标题: |
ScalaBeans |
| 描述: |
Reflection toolkit for Scala |
| 相关URL: |
http://scalastuff.org |
| 大小: |
442.62KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.scalastuff</groupId>
<artifactId>scalabeans</artifactId>
<version>0.1</version>
</dependency>
|
| Gradle引入代码: |
org.scalastuff:scalabeans:0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.scalastuff</groupId>
<artifactId>scalabeans</artifactId>
<packaging>jar</packaging>
<version>0.1</version>
<name>ScalaBeans</name>
<description>Reflection toolkit for Scala</description>
<url>http://scalastuff.org</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:scalastuff/scalabeans.git</connection>
<url>https://github.com/scalastuff/scalabeans</url>
</scm>
<developers>
<developer>
<id>rditerwich</id>
<name>Ruud Diterwich</name>
</developer>
<developer>
<id>advorkovyy</id>
<name>Alexander Dvorkovyy</name>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<testSourceDirectory>src/test/scala</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.15.2</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.9.0</version>
<configuration>
<header>src/etc/header.txt</header>
<validHeaders>
<validHeader>src/etc/header-protostuff.txt</validHeader>
</validHeaders>
<strictCheck>true</strictCheck>
<includes>
<include>src/main/scala/**</include>
</includes>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer</artifactId>
<version>2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-api</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-json</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-xml</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<version>4.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>protostuff-repo</id>
<name>protostuff-repo</name>
<url>http://protostuff.googlecode.com/svn/repos/maven2</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.scalastuff.proto.PropertyBuilderField$$anonfun$apply$2$$anon$3.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$1.class
org.scalastuff.proto.MutableMirrorField$.class
org.scalastuff.proto.BeanSchema$$anonfun$mergeFrom$1.class
org.scalastuff.proto.BeanSchema$$anonfun$6.class
org.scalastuff.proto.XmlFormat.class
org.scalastuff.proto.PropertyBuilderField$$anonfun$apply$2$$anon$2.class
org.scalastuff.proto.BeanBuilderSchema$$anonfun$3.class
org.scalastuff.proto.Preamble.class
org.scalastuff.proto.GraphProtostuffFormat.class
org.scalastuff.proto.BeanField$class.class
org.scalastuff.proto.RepeatedField$class.class
org.scalastuff.proto.Preamble$.class
org.scalastuff.proto.MutableMirrorField$$anonfun$apply$1$$anon$1.class
org.scalastuff.proto.MutableMirrorField.class
org.scalastuff.proto.MutableMirrorField$$anonfun$apply$1$$anon$2.class
org.scalastuff.proto.BeanSchema$$anonfun$mergeFrom$2.class
org.scalastuff.proto.BeanField.class
org.scalastuff.proto.SerializationFormat$.class
org.scalastuff.proto.Field$$anonfun$apply$1.class
org.scalastuff.proto.BeanWriter.class
org.scalastuff.proto.RepeatedField.class
org.scalastuff.proto.BeanSchema$$anonfun$6$$anonfun$apply$1.class
org.scalastuff.proto.ProtobufFormat$.class
org.scalastuff.proto.PropertyBuilderField.class
org.scalastuff.proto.JsonFieldTagsFormat.class
org.scalastuff.proto.BeanSchema$.class
org.scalastuff.proto.BeanSchema.class
org.scalastuff.proto.BeanSchema$$anonfun$mergeFrom$3.class
org.scalastuff.proto.value.ValueHandler$$anon$17.class
org.scalastuff.proto.value.ValueHandler$$anon$7.class
org.scalastuff.proto.value.ValueHandler$$anon$11.class
org.scalastuff.proto.value.ValueHandler$$anon$15.class
org.scalastuff.proto.value.ImmutableBeanValueHandler.class
org.scalastuff.proto.value.CollectionValueHandler.class
org.scalastuff.proto.value.ValueHandler$$anon$17$$anonfun$readFrom$1.class
org.scalastuff.proto.value.RepeatedValueHandler.class
org.scalastuff.proto.value.ValueHandler$$anonfun$apply$1.class
org.scalastuff.proto.value.ValueHandler$$anonfun$apply$3$$anon$2.class
org.scalastuff.proto.value.ValueHandler$$anon$8.class
org.scalastuff.proto.value.ImmutableBeanValueHandler$$anonfun$defaultValue$1.class
org.scalastuff.proto.value.ValueHandler$$anon$12.class
org.scalastuff.proto.value.WrappedValueHandler.class
org.scalastuff.proto.value.ValueHandler$.class
org.scalastuff.proto.value.ValueHandler$$anon$3.class
org.scalastuff.proto.value.ValueHandler$$anon$5.class
org.scalastuff.proto.value.ValueHandler$$anon$9.class
org.scalastuff.proto.value.ValueHandler$$anon$10.class
org.scalastuff.proto.value.ValueHandler$$anonfun$apply$1$$anon$1.class
org.scalastuff.proto.value.WrappedValueHandler$.class
org.scalastuff.proto.value.BeanValueHandler.class
org.scalastuff.proto.value.ValueHandler.class
org.scalastuff.proto.value.ValueHandler$$anon$4.class
org.scalastuff.proto.value.MutableBeanValueHandler.class
org.scalastuff.proto.value.ValueHandler$$anonfun$apply$2.class
org.scalastuff.proto.value.OptionValueHandler$$anonfun$writeValueTo$2.class
org.scalastuff.proto.value.MirrorSchemaValueHandler.class
org.scalastuff.proto.value.ArrayValueHandler$$anonfun$writeValueTo$3.class
org.scalastuff.proto.value.ValueHandler$$anonfun$apply$3.class
org.scalastuff.proto.value.SchemaValueHandler.class
org.scalastuff.proto.value.ValueHandler$$anon$6.class
org.scalastuff.proto.value.CollectionValueHandler$$anonfun$writeValueTo$1.class
org.scalastuff.proto.value.ValueHandler$$anon$16.class
org.scalastuff.proto.value.ValueHandler$$anon$14.class
org.scalastuff.proto.value.ArrayValueHandler$$anonfun$writeValueTo$4.class
org.scalastuff.proto.value.MirrorSchemaValueHandler$class.class
org.scalastuff.proto.value.ValueHandler$$anon$13.class
org.scalastuff.proto.value.ArrayValueHandler.class
org.scalastuff.proto.value.BeanValueHandler$.class
org.scalastuff.proto.value.OptionValueHandler.class
org.scalastuff.proto.value.CollectionValueHandler$$anonfun$writeValueTo$2.class
org.scalastuff.proto.value.OptionValueHandler$$anonfun$writeValueTo$1.class
org.scalastuff.proto.Field$$anonfun$apply$1$$anon$1.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$2.class
org.scalastuff.proto.Field$.class
org.scalastuff.proto.BeanBuilderSchema$$anonfun$1.class
org.scalastuff.proto.MutableField.class
org.scalastuff.proto.PropertyBuilderField$$anonfun$apply$2.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$mapFieldsByNumber$1.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$getFieldName$1.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$getFieldName$2.class
org.scalastuff.proto.JsonFormat$$anonfun$fromByteArray$1.class
org.scalastuff.proto.MutableMirrorField$$anonfun$apply$1.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$3.class
org.scalastuff.proto.Field.class
org.scalastuff.proto.BeanBuilderSchema$.class
org.scalastuff.proto.BeanBuilderSchema.class
org.scalastuff.proto.RepeatedField$Builder.class
org.scalastuff.proto.XmlFormat$.class
org.scalastuff.proto.XmlFormat$$anonfun$writeTo$1.class
org.scalastuff.proto.ProtobufFormat.class
org.scalastuff.proto.JsonFieldTagsFormat$.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$writeTo$1.class
org.scalastuff.proto.BeanSchema$$anonfun$mergeFrom$4.class
org.scalastuff.proto.WriteBeanSchema$$anon$1.class
org.scalastuff.proto.BeanBuilderSchema$$anonfun$2.class
org.scalastuff.proto.PropertyBuilderField$.class
org.scalastuff.proto.MutableMirrorField$$anonfun$apply$1$$anon$3.class
org.scalastuff.proto.BeanReader.class
org.scalastuff.proto.JsonFormat.class
org.scalastuff.proto.WriteBeanSchema.class
org.scalastuff.proto.BeanSchema$$anonfun$resetAllFieldsToDefault$1.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$4.class
org.scalastuff.proto.SerializationFormat$$anon$1.class
org.scalastuff.proto.GraphProtostuffFormat$.class
org.scalastuff.proto.BeanBuilderSchema$$anonfun$3$$anonfun$apply$1.class
org.scalastuff.proto.SerializationFormat.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$getFieldNumber$1.class
org.scalastuff.proto.XmlFormat$$anonfun$readFrom$1.class
org.scalastuff.proto.JsonFormat$.class
org.scalastuff.proto.WriteBeanSchema$$anonfun$5.class
org.scalastuff.proto.JsonFormat$$anonfun$readFrom$1.class
org.scalastuff.proto.JsonFormat$$anonfun$writeTo$1.class
org.scalastuff.proto.PropertyBuilderField$$anonfun$apply$2$$anon$1.class
org.scalastuff.scalabeans.PropertyDescriptor$MethodPropertyDescriptor$2.class
org.scalastuff.scalabeans.Enum$$anonfun$ordinalOf$1.class
org.scalastuff.scalabeans.PropertyDescriptor$GetterSetterPropertyDescriptor$1.class
org.scalastuff.scalabeans.PropertyDescriptor$FieldPropertyDescriptor$3$.class
org.scalastuff.scalabeans.PropertyDescriptor$ConstructorParameterImpl$1.class
org.scalastuff.scalabeans.BeanBuilder$$anonfun$1.class
org.scalastuff.scalabeans.PropertyDescriptor$PropertyDescriptorImpl$1$$anonfun$findGetterAnnotation$1$1.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$6$$anonfun$apply$14$$anonfun$apply$16.class
org.scalastuff.scalabeans.Preamble.class
org.scalastuff.scalabeans.Preamble$$anon$1.class
org.scalastuff.scalabeans.types.OptionType$.class
org.scalastuff.scalabeans.types.SortedSetType.class
org.scalastuff.scalabeans.types.CollectionType$$anonfun$liftedTree1$1$1.class
org.scalastuff.scalabeans.types.MutableListType.class
org.scalastuff.scalabeans.types.ImmutableIndexedSeqType$.class
org.scalastuff.scalabeans.types.IndexedSeqType.class
org.scalastuff.scalabeans.types.MutableMapType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$42.class
org.scalastuff.scalabeans.types.ScalaType$$anon$22.class
org.scalastuff.scalabeans.types.ByteType$.class
org.scalastuff.scalabeans.types.ArrayType.class
org.scalastuff.scalabeans.types.TreeMapType.class
org.scalastuff.scalabeans.types.LinkedHashMapType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$35.class
org.scalastuff.scalabeans.types.SingleArgument.class
org.scalastuff.scalabeans.types.MapType$class.class
org.scalastuff.scalabeans.types.ImmutableSeqType.class
org.scalastuff.scalabeans.types.ShortType.class
org.scalastuff.scalabeans.types.CollectionType$class.class
org.scalastuff.scalabeans.types.ScalaType$$anon$3.class
org.scalastuff.scalabeans.types.BigIntType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$38.class
org.scalastuff.scalabeans.types.LinkedHashSetType$.class
org.scalastuff.scalabeans.types.MapType.class
org.scalastuff.scalabeans.types.BigDecimalType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$5.class
org.scalastuff.scalabeans.types.ScalaType$$anon$9.class
org.scalastuff.scalabeans.types.ScalaType.class
org.scalastuff.scalabeans.types.BufferType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$15.class
org.scalastuff.scalabeans.types.MutableSetType.class
org.scalastuff.scalabeans.types.EnumType$.class
org.scalastuff.scalabeans.types.BigDecimalType.class
org.scalastuff.scalabeans.types.LinkedHashSetType.class
org.scalastuff.scalabeans.types.MutableIndexedSeqType$.class
org.scalastuff.scalabeans.types.VectorType$.class
org.scalastuff.scalabeans.types.SetType$.class
org.scalastuff.scalabeans.types.TupleType$$anon$36.class
org.scalastuff.scalabeans.types.ScalaType$$anon$4.class
org.scalastuff.scalabeans.types.ScalaType$$anon$39.class
org.scalastuff.scalabeans.types.ScalaType$$anon$20.class
org.scalastuff.scalabeans.types.ImmutableHashMapType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$19.class
org.scalastuff.scalabeans.types.LongType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$23.class
org.scalastuff.scalabeans.types.ScalaType$$anon$26.class
org.scalastuff.scalabeans.types.ArrayBufferType$.class
org.scalastuff.scalabeans.types.SortedMapType.class
org.scalastuff.scalabeans.types.ImmutableHashSetType.class
org.scalastuff.scalabeans.types.ImmutableSetType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$34.class
org.scalastuff.scalabeans.types.MutableSeqType.class
org.scalastuff.scalabeans.types.IndexedSeqType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$16.class
org.scalastuff.scalabeans.types.ListType.class
org.scalastuff.scalabeans.types.HashSetType.class
org.scalastuff.scalabeans.types.SqlTimestampType$.class
org.scalastuff.scalabeans.types.HashSetType$.class
org.scalastuff.scalabeans.types.CollectionType.class
org.scalastuff.scalabeans.types.IntType.class
org.scalastuff.scalabeans.types.TupleType$.class
org.scalastuff.scalabeans.types.OptionType.class
org.scalastuff.scalabeans.types.TreeSetType$.class
org.scalastuff.scalabeans.types.MutableLinearSeqType$.class
org.scalastuff.scalabeans.types.MutableMapType.class
org.scalastuff.scalabeans.types.ResizableArrayType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$32.class
org.scalastuff.scalabeans.types.ImmutableCollectionType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$12.class
org.scalastuff.scalabeans.types.EnumType$class.class
org.scalastuff.scalabeans.types.TupleType$$anon$37.class
org.scalastuff.scalabeans.types.IntType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$18.class
org.scalastuff.scalabeans.types.MutableSeqType$.class
org.scalastuff.scalabeans.types.DateType.class
org.scalastuff.scalabeans.types.FloatType$.class
org.scalastuff.scalabeans.types.ResizableArrayType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$10.class
org.scalastuff.scalabeans.types.ScalaType$$anon$25.class
org.scalastuff.scalabeans.types.MutableHashMapType$.class
org.scalastuff.scalabeans.types.IterableType.class
org.scalastuff.scalabeans.types.TreeMapType$.class
org.scalastuff.scalabeans.types.StreamType.class
org.scalastuff.scalabeans.types.StringType.class
org.scalastuff.scalabeans.types.MutableIndexedSeqType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$2.class
org.scalastuff.scalabeans.types.ImmutableLinearSeqType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$33.class
org.scalastuff.scalabeans.types.SqlDateType.class
org.scalastuff.scalabeans.types.SqlTimestampType.class
org.scalastuff.scalabeans.types.EnumType.class
org.scalastuff.scalabeans.types.MutableSetType$.class
org.scalastuff.scalabeans.types.BooleanType.class
org.scalastuff.scalabeans.types.MutableHashSetType$.class
org.scalastuff.scalabeans.types.AnyValType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$41.class
org.scalastuff.scalabeans.types.SingleArgument$class.class
org.scalastuff.scalabeans.types.HashMapType$.class
org.scalastuff.scalabeans.types.BufferType$.class
org.scalastuff.scalabeans.types.HashMapType.class
org.scalastuff.scalabeans.types.StringType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$29.class
org.scalastuff.scalabeans.types.ScalaType$$anon$28.class
org.scalastuff.scalabeans.types.ScalaType$$anon$14.class
org.scalastuff.scalabeans.types.AnyRefType.class
org.scalastuff.scalabeans.types.StreamType$.class
org.scalastuff.scalabeans.types.ScalaType$TheAnyRefType$.class
org.scalastuff.scalabeans.types.ImmutableLinearSeqType$.class
org.scalastuff.scalabeans.types.ImmutableIndexedSeqType.class
org.scalastuff.scalabeans.types.ImmutableMapType$.class
org.scalastuff.scalabeans.types.CollectionType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$21.class
org.scalastuff.scalabeans.types.LongType.class
org.scalastuff.scalabeans.types.ImmutableSeqType$.class
org.scalastuff.scalabeans.types.BigIntType$.class
org.scalastuff.scalabeans.types.MutableLinearSeqType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$13.class
org.scalastuff.scalabeans.types.ListType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$1.class
org.scalastuff.scalabeans.types.LinearSeqType.class
org.scalastuff.scalabeans.types.SortedSetType$.class
org.scalastuff.scalabeans.types.IterableType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$31.class
org.scalastuff.scalabeans.types.MutableHashSetType.class
org.scalastuff.scalabeans.types.ArrayType$class.class
org.scalastuff.scalabeans.types.ByteType.class
org.scalastuff.scalabeans.types.ArrayBufferType.class
org.scalastuff.scalabeans.types.MutableHashMapType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$7.class
org.scalastuff.scalabeans.types.DoubleType.class
org.scalastuff.scalabeans.types.MutableCollectionType.class
org.scalastuff.scalabeans.types.ListBufferType.class
org.scalastuff.scalabeans.types.Impl.class
org.scalastuff.scalabeans.types.ShortType$.class
org.scalastuff.scalabeans.types.ArrayType$.class
org.scalastuff.scalabeans.types.ImmutableMapType.class
org.scalastuff.scalabeans.types.ImmutableSetType.class
org.scalastuff.scalabeans.types.ScalaType$class.class
org.scalastuff.scalabeans.types.ScalaType$$anon$8.class
org.scalastuff.scalabeans.types.MutableListType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$27.class
org.scalastuff.scalabeans.types.SetType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$42$$anonfun$$init$$2.class
org.scalastuff.scalabeans.types.ImmutableHashMapType$.class
org.scalastuff.scalabeans.types.SortedMapType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$11.class
org.scalastuff.scalabeans.types.MapType$.class
org.scalastuff.scalabeans.types.FloatType.class
org.scalastuff.scalabeans.types.VectorType.class
org.scalastuff.scalabeans.types.CharType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$24.class
org.scalastuff.scalabeans.types.SeqType.class
org.scalastuff.scalabeans.types.DoubleType$.class
org.scalastuff.scalabeans.types.BooleanType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$41$$anonfun$$init$$1.class
org.scalastuff.scalabeans.types.TraversableType$.class
org.scalastuff.scalabeans.types.AnyRefType$.class
org.scalastuff.scalabeans.types.ImmutableCollectionType.class
org.scalastuff.scalabeans.types.TupleType.class
org.scalastuff.scalabeans.types.ImmutableHashSetType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$40.class
org.scalastuff.scalabeans.types.SeqType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$17.class
org.scalastuff.scalabeans.types.ScalaType$.class
org.scalastuff.scalabeans.types.CharType.class
org.scalastuff.scalabeans.types.CollectionType$$anonfun$liftedTree1$1$2.class
org.scalastuff.scalabeans.types.DateType$.class
org.scalastuff.scalabeans.types.MutableCollectionType$.class
org.scalastuff.scalabeans.types.ScalaType$$anon$6.class
org.scalastuff.scalabeans.types.SqlDateType$.class
org.scalastuff.scalabeans.types.LinearSeqType$.class
org.scalastuff.scalabeans.types.AnyValType.class
org.scalastuff.scalabeans.types.TraversableType.class
org.scalastuff.scalabeans.types.ScalaType$$anon$30.class
org.scalastuff.scalabeans.types.LinkedHashMapType.class
org.scalastuff.scalabeans.types.ListBufferType$.class
org.scalastuff.scalabeans.types.TreeSetType.class
org.scalastuff.scalabeans.Preamble$.class
org.scalastuff.scalabeans.PropertyDescriptor$$anon$2.class
org.scalastuff.scalabeans.Enum$$anonfun$valueOf$3.class
org.scalastuff.scalabeans.Enum$$anonfun$3$$anonfun$8.class
org.scalastuff.scalabeans.BeanBuilderFactory$$anonfun$15.class
org.scalastuff.scalabeans.BeanBuilder$$anonfun$result$1.class
org.scalastuff.scalabeans.PropertyDescriptor.class
org.scalastuff.scalabeans.BeanIntrospector.class
org.scalastuff.scalabeans.ImmutablePropertyDescriptor.class
org.scalastuff.scalabeans.BeanBuilderFactory$$anonfun$7.class
org.scalastuff.scalabeans.Enum$$anonfun$3.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$5$$anonfun$apply$2.class
org.scalastuff.scalabeans.PropertyDescriptor$ConstructorParameterImpl$class$1.class
org.scalastuff.scalabeans.Enum$$anonfun$namesAndOrdinals$1.class
org.scalastuff.scalabeans.Enum$$anonfun$2.class
org.scalastuff.scalabeans.BeanBuilder$$anonfun$4.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$5$$anonfun$apply$1.class
org.scalastuff.scalabeans.Enum$$anon$1.class
org.scalastuff.scalabeans.DeserializablePropertyDescriptor.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$6$$anonfun$apply$12$$anonfun$apply$13.class
org.scalastuff.scalabeans.ManifestFactory$$anonfun$1.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$1.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$4.class
org.scalastuff.scalabeans.ManifestFactory.class
org.scalastuff.scalabeans.PropertyDescriptor$ConstructorParameterImpl$1$$anonfun$defaultValue$1.class
org.scalastuff.scalabeans.BeanBuilderFactory$$anonfun$2.class
org.scalastuff.scalabeans.PropertyDescriptor$$anon$6.class
org.scalastuff.scalabeans.Enum$$anonfun$nameOf$2.class
org.scalastuff.scalabeans.Enum$$anonfun$valueOf$4.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$6$$anonfun$apply$9.class
org.scalastuff.scalabeans.Enum$$anonfun$nameOf$3.class
org.scalastuff.scalabeans.Enum$$anonfun$3$$anonfun$5.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$6$$anonfun$apply$8.class
org.scalastuff.scalabeans.PropertyDescriptor$PropertyDescriptorImpl$1$$anonfun$findAnnotation$1.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$6$$anonfun$apply$14.class
org.scalastuff.scalabeans.PropertyDescriptor$PropertyDescriptorImpl$1$$anonfun$findAnnotation$2.class
org.scalastuff.scalabeans.PropertyDescriptor$FieldPropertyDescriptor$2$$anonfun$1.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$findMethod$1$2.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$print$5$$anon$2.class
org.scalastuff.scalabeans.PropertyDescriptor$$anon$4.class
org.scalastuff.scalabeans.BeanBuilderFactory$$anonfun$11.class
org.scalastuff.scalabeans.PropertyDescriptor$PropertyDescriptorImpl$class$1.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$5$$anonfun$apply$5.class
org.scalastuff.scalabeans.PropertyDescriptor$FieldPropertyDescriptor$2.class
org.scalastuff.scalabeans.MutablePropertyDescriptor.class
org.scalastuff.scalabeans.BeanBuilderFactory$$anonfun$10.class
org.scalastuff.scalabeans.Enum$$anonfun$ordinalOf$2.class
org.scalastuff.scalabeans.BeanBuilder$$anonfun$3.class
org.scalastuff.scalabeans.BeanDescriptor$class.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$5$$anonfun$apply$6.class
org.scalastuff.scalabeans.ManifestFactory$$anonfun$2.class
org.scalastuff.scalabeans.PropertyDescriptor$PropertyDescriptorImpl$1.class
org.scalastuff.scalabeans.BeanBuilder.class
org.scalastuff.scalabeans.PropertyDescriptor$GetterPropertyDescriptor$1.class
org.scalastuff.scalabeans.BeanBuilder$$anonfun$4$$anonfun$apply$2.class
org.scalastuff.scalabeans.ManifestFactory$.class
org.scalastuff.scalabeans.BeanIntrospector$$anonfun$5$$anonfun$apply$4.class
org.scalastuff.scalabeans.BeanDescriptor$$anonfun$property$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
paranamer-2.3.jar
/com.thoughtworks.paranamer/paranamer/2.3
查看paranamer所有版本文件
protostuff-api-1.0.0.jar
/com.dyuproject.protostuff/protostuff-api/1.0.0
查看protostuff-api所有版本文件
protostuff-core-1.0.0.jar
/com.dyuproject.protostuff/protostuff-core/1.0.0
查看protostuff-core所有版本文件
protostuff-json-1.0.0.jar
/com.dyuproject.protostuff/protostuff-json/1.0.0
查看protostuff-json所有版本文件
protostuff-xml-1.0.0.jar
/com.dyuproject.protostuff/protostuff-xml/1.0.0
查看protostuff-xml所有版本文件
woodstox-core-asl-4.1.1.jar
/org.codehaus.woodstox/woodstox-core-asl/4.1.1
查看woodstox-core-asl所有版本文件
scala-library-2.8.1.jar
/org.scala-lang/scala-library/2.8.1
查看scala-library所有版本文件
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
|