mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-22 16:02:30 +02:00
java: edit BuiltInTemplateLoader.java
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// MessagePack for Java
|
// MessagePack for Java
|
||||||
//
|
//
|
||||||
// Copyright (C) 2009-2010 FURUHASHI Sadayuki
|
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
@@ -21,6 +21,7 @@ public class BuiltInTemplateLoader {
|
|||||||
public static void load() {
|
public static void load() {
|
||||||
AnyTemplate.getInstance();
|
AnyTemplate.getInstance();
|
||||||
BigIntegerTemplate.getInstance();
|
BigIntegerTemplate.getInstance();
|
||||||
|
BigDecimalTemplate.getInstance();
|
||||||
BooleanArrayTemplate.getInstance();
|
BooleanArrayTemplate.getInstance();
|
||||||
BooleanTemplate.getInstance();
|
BooleanTemplate.getInstance();
|
||||||
ByteArrayTemplate.getInstance();
|
ByteArrayTemplate.getInstance();
|
||||||
@@ -28,6 +29,7 @@ public class BuiltInTemplateLoader {
|
|||||||
ByteTemplate.getInstance();
|
ByteTemplate.getInstance();
|
||||||
DoubleArrayTemplate.getInstance();
|
DoubleArrayTemplate.getInstance();
|
||||||
DoubleTemplate.getInstance();
|
DoubleTemplate.getInstance();
|
||||||
|
DateTemplate.getInstance();
|
||||||
FloatArrayTemplate.getInstance();
|
FloatArrayTemplate.getInstance();
|
||||||
FloatTemplate.getInstance();
|
FloatTemplate.getInstance();
|
||||||
IntArrayTemplate.getInstance();
|
IntArrayTemplate.getInstance();
|
||||||
|
Reference in New Issue
Block a user